Questions tagged [outlook-2016]

246 questions
1
vote
1 answer

Rule to save attachments to file with today's date

I'm trying to put together some VBA that will save an attachment that I get sent daily to a folder on my network, I've got as far as the attachment being saved to the correct location, however, I want to prefix the document with the date in which it…
Anna Coles
  • 11
  • 2
1
vote
0 answers

Outlook 2016 Module Extension

I have tried to use the new Module Extension Type as described here. After following the Installation steps I can indeed add the Extension from the Manifest file and the provided images are loaded in the Webfrontend (used the DEBUG express Options…
knechtrootrecht
  • 383
  • 2
  • 11
1
vote
2 answers

Outlook Interop Accessing Deleted Item Folder from Shared Calendar

Consider the following scenario: Sombody shared a calendar with me. I have full access to this calendar. When i delete an Item in the calendar the Folder.BeforeItemMove Event is fired. So far so good. I want to Track deletion by check wether the…
1
vote
1 answer

Get copied outlook attachment from clipboard in Outlook 2016

I am trying to get a copied attachment (through ctrlL+c) from clipboard in outlook 2016. Following code is what I use and is functional for all outlook versions except for 2016. This method is being called when the user simulates a copy through…
Nilaksha Perera
  • 715
  • 2
  • 12
  • 36
1
vote
1 answer

Outlook 2016 Signature and Active Directory

I have this script which creates an outlook signature and looks over to Active Directory for date (DisplayName, Telephone, and Title). I have this line of code to copy a .docx file to appdata and save it in html, rtf, and txt. #Save new message…
Rob
  • 11
  • 3
1
vote
1 answer

VSTO: Does dragging and dropping a mail message into a MAPI folder cause the folder's Items.ItemAdd event to fire?

The handler I've attached to the folder's ItemAdd event is not firing. I don't know why. The variable folderTestItems is declared at class-level, so it shouldn't be garbage-collected, right? I've walked through the code in the debugger, and the…
Tim
  • 8,669
  • 31
  • 105
  • 183
1
vote
0 answers

MAPI Properties to check/uncheck Secuity properties

In Outlook 2016 (Outlook 2016 MSO 16.0.4266.1001 64 bit) , when S/Mime user accepts a calendar invitation sent by a non s-mime user, following error is displayed. "Microsoft Outlook cannot sign or encrypt this message because there are no…
user123
  • 73
  • 1
  • 9
1
vote
0 answers

window.opener is null in 'Office 2013 mail app' in 'Outlook 2016 for mac'

I have created a mail app using Office 2013 and visual studio. It points to our webpage which has few hyperlinks. We open new windows on clicking these hyperlinks. The app works fine in outlook for desktop with my Office 365 account. However, issue…
0
votes
0 answers

Automatically accepting meetings or remove canceled meetings in Outlook from a specific address with VBA

I'm trying to automatically accepting meetings or remove cancelled meetings in Outlook 2016 (enterprise) from a specific address (external) with VBA. So far I found the code below, which seems to be partially working. if I change the…
0
votes
1 answer

How to parse real src path of img in mail body?

On Message Compose,I got the email body,The text contains some image information。How to use img's src attribute let me get real image path? Office.context.mailbox.item.saveAsync(function (result) { const itemId = result.value; …
teleixi
  • 1
  • 1
0
votes
1 answer

Outlook Message Start/end time- Limit timezones in selection

Have you run across a means or a file to edit in Outlook 2016+ to filter or limit time zone selection in meeting in outlook? We want to limit selections to the timezones in the image. The only other alternative would be to create a custom form that…
0
votes
0 answers

VB.NET oMsg.Move(oProcessedFolder) Move Happens but is Not Removed rom Inbox

Wishing You are doing Great. This is my Logic Create oForwardMessage from oMsg Send oForwardMessage oMsg.UnRead = False **oMsg.Move(myDestFolderFolder)** WriteToConsole(vbTab & vbTab & "Moved to Processed") Happens rarely but .Move, the email is…
Richie S
  • 1
  • 1
0
votes
1 answer

Is an Outlook Storage Item synced to Exchange

I am having some trouble with an Outlook Addin. The Outlook Addin consists of a COM part and a Web part. After digging into the Logs of that Outlook Addin i was able to figure out that the Plugin first creates a Storage Item and then writes some…
Zombievirus
  • 177
  • 1
  • 2
  • 12
0
votes
0 answers

Unable to access login.microsoftonline.com/Modern Authentication due to cookies being blocked. Server 2012R2

On a Terminal Server 2012R2, when logging into login.microsoftonline.com on Internet Explorer 11 IE11 …this is what comes up. Cookie error The reason this is being tested in IE11 is that it was worked out, that is what Outlook is using for Modern…
0
votes
0 answers

excalimer signature manager - For one particular user the signature is not being deployed

For one particular user the signature is not being deployed, we are using exchange and outlook 2016 and signature manager outlook edition 3.0.9.2 added user and tested with policy tester, there the signature appears. In logs on server the test is…