Category "outlook-addin"

Import .msg file to outlook custom folder using c#

I need to add the .msg files to outlook custom folder using VSTO addin c#

How to delete pst file after deleting store using 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 .docx file to custom folder in outlook using addin c#

How to add Word Document/Excel Document file to custom folders created inside outlook using VSTO addin C#

VSTO addin crash Outlook

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

VSTO Outlook Plugin updates Appointment.Body and thus Outlook shows text instead of html part of multipart message

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

c# read pst file and extract .msg file on web application

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

VSTO Outlook How to get the previous AppointmentItem in a chain of AppointmentItems within recurring meetings

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

Block email sender

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

RecurrencePattern: range of recurrence - "End after X" vs "End by date"?

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

How can an outlook addin detect when an email is deleted

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

C# Outlook Plugin - Create new item into Sent Box without send that email

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!

How can I get the account associated to a meeting request?

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

Do Exchange emails always include SMTP addresses in the headers?

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

Cloning an outlook email to resend

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

How to add images from resources folder as attachment and embed into outlook mail body in C#

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:

VSTO Addin Outlook Appointment delete and write event fired only if opened first

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 in C#: How to access base members

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

Set a custom "forwarded" message to Mail Item via VSTO Outlook 2013 Plugin

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

Can't programmatically set follow up on Outlook 2016 taskitem in C#

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

How to detect other outlook events such as "Forward as attachment", "Reply with Meeting"

Out of the box outlook provides the following: ((Outlook.ItemEvents_10_Event)this._mailItem).Reply += new Outlook.ItemEvents_10_ReplyEventHandler(MailItem_Repl