I receive multipart invitations which include calendar and text and html part. When I open those invitation mails in outlook it shows the html part. Now my code
I use the following method to a new OutlookUserProperty to an AppointmentItem: MyID = (Outlook.UserProperty)myAppointment.ItemProperties.Add("MyID", Outlook.OlU
I am currently developing an Outlook Addin for AppointmentItem. In case the AppointmentItem is a member of a recurring meeting "chain" I want to retrieve/find t
Is there anyway you can create a code, when you click a button (I've already created this) it will take the selected email and block the sender which will delet
I need to know the account email address a meeting request is associated to (the email address the meeting request is sent to): string GetAssociatedAccountEma
In OOM, is there a way to specify the assumed first day of the week, like WKST parameter in ICS RULE section? When I save a calendar from Outlook, I see that i
I want to add a "resend" context menu in my Outlook 2016 add-in, to resend an email. The original email should be re-displayed to the user for him to make any m
I have a couple of images stored in visual studio project Resources folder, and I have to load them and display on the outlook mail body. Here it is the code:
I am working on an Outlook Addin where I try to perform a specific action if deleted. It works fine with all the appointments that I have already opened once. W
I am developing a VSTO Plugin for Outlook 2013 (or higher) that allows users to forward mail contents and sender/recipient data to some other program. The sendi
In Outlook 2016 (and I assume previous versions) you are able to right-click a task and select Follow-up, and then choose when you'd like to have the item follo
I have an Office addin (Outlook if it makes a difference) created with VSTO. The addin creates a Windows Form at startup. My Form creates several threads. I'
Out of the box outlook provides the following: ((Outlook.ItemEvents_10_Event)this._mailItem).Reply += new Outlook.ItemEvents_10_ReplyEventHandler(MailItem_Repl
we have a add-in in Outlook (VSTO) installed in an environment which has Outlook 2013 and Skype 2013. It has been working successfully until we migrated Skype f
we have a add-in in Outlook (VSTO) installed in an environment which has Outlook 2013 and Skype 2013. It has been working successfully until we migrated Skype f
currently we can add some red flags to email. And after that, we can those flag icons to appear while listing of emails. I want the similar
currently we can add some red flags to email. And after that, we can those flag icons to appear while listing of emails. I want the similar
I need to suppress the printing of outlook userproperties programmatically added to a mail item. I had seen the following question that has a solution for dot.n
I have an outlook addin currently in development that reads mail properties from outlook and displays on a winform. I built the outlook on an environment with
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'