Category "outlook"

How to invoke a method with (Outlook.Application application) as parameter in C#?

I am trying to use this solution in which method DisplayAccountInformation() is being called. public partial class OutlookContacts : Form { public Outlook

Delete a mailitem permanently in outlook

I'm trying to delete a mailitem using the outlook API. Like the following, Dim objMail For each objMail in objFolder.Items objMail.Delete Next Obviously, del

get attachment id from redemption or RDO MAil

I'm developping an outlook addIn using C# and I need to get attachment id from redemption or RDO MAil. how's that? Thank you

How can I get task-specific properties from a MailItem

I've been having a little weekend project for myselff which involves getting all my ToDo tasks from Outlook, put them in a DataGridView and me being able to edi

How can I get task-specific properties from a MailItem

I've been having a little weekend project for myselff which involves getting all my ToDo tasks from Outlook, put them in a DataGridView and me being able to edi

Including Pictures in an Outlook Email

I'm trying to use a Microsoft Word document as the body to an Microsoft Outlook email. So far I have been able to include the text from a Word .docx into the bo

How to add icons to emails in Outllook?

While Folder.SetCustomIcon can be used to customize folder icons, the only thing related to icons for messages seems to be the deprecated (and basically undocum

Set Outlook MailItem as read or suppress_receipt in PR_MESSAGE_FLAGS

What's the proper way to set a MailItem as read before opening or set the value suppress_receipt in PR_MESSAGE_FLAGS? Looking at http://msdn.microsoft.com/en-u

Creating .ICS files, adding to outlook

I am creating a simple application that will allow users to download .ICS files, and import them into their chosen calendar application/site. I am happy with t

Retrieving custom property value from received mail using GetProperty (which was set using SetProperty in Outlook VBA)

Reference: Outlook 2013 Windows 8 I have set a custom property on an outgoing mail using SetProperty. I am able to see this property and its value in the inter