I need to add the .msg files to outlook custom folder using VSTO addin c#
I m removing the store and would like to delete the .pst file associated with it. I am developing a VSTO addin, where in once user logout then I would like to d
How to add Word Document/Excel Document file to custom folders created inside outlook using VSTO addin C#
I need to loop all Outlook items and search for strings that full fill a regular expression pattern including all the attachments. I know this is a big operatio
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
my project is create a web application which used mvc+api architecture I don't know how to realize this function on web application, which is read the pst file
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 have a VSTO Outlook Add-in and I need to collect all calendar and tasks items with all their properties. This is ok, but the problem come when I use the Recur
I have created an Outlook addin that handles attachments. When an attachment is added to a mail item I am processing it and adding a user property containing in
I'm writing a plugin for outlook, I want to create new item into Sent Box but i don't want to send it, just save it to Sent Box. Pls, help me!
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
Here are the basic questions I have about Outlook add-in development: Are SMTP MIME headers available for all mail items? Even "internal" Exchange emails (Exch
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
Inheritance of a .Net interface: How to access to base properties I want to create my own category class inherited from Microsoft.Office.Interop.Outlook.Catego
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
Out of the box outlook provides the following: ((Outlook.ItemEvents_10_Event)this._mailItem).Reply += new Outlook.ItemEvents_10_ReplyEventHandler(MailItem_Repl