Category "outlook-addin"

Copy old emails (> 6months) from Outlook to external location with outlook add-in

We have created a add-in for outlook to archive inactive emails to a harddrive location. It all works fine, except for e-mails that are not visible in the outlo

Outlook plugin (VSTO) - Set focus back to editor after range's function InsertAfter

My outlook plugin (FormRegion) insert text into mail body on demand (user clicks a button) - the text is inserted by the "InsertAfter" function (Range's functio

What is the best way to store some data in VSTO addin?

I have developed one outlook add-in, that has to be On or Off. to do that i have declared one static variable as shown below, ThisAddIn.cs public static bool

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