Category "outlook"

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

How to add signature to powershell code creating new mail?

I want signatures to show up when creating new message as they do with Ctrl+N? Here is my code: $Outlook = New-Object -ComObject Outlook.Application $Mail = $O

How check incoming emails using SenderEmailAddress?

I have a loop to check for incoming emails from Joe Doe with specific subject. That loop works and saves attachments from Joe Doe. If (Msg.SenderName = "Doe, J

How to create SQL Server data backup file in Outlook Compatible format by C# code

I want to take backups of all emails from SQL Server database and need to create it's backup file using C# code in outlook compatible format. So that emails can

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#

In vb.net when calling a method from an instance of Outlook.Application, a pop up halts code execution

We have a vb.net windows application that creates an instance of Outlook.Application to open an email .MSG file, and save it as a .HTML by calling the Outlook.A

Registry key to find pst locations?

For outlook 2010 we had the outlook profiles set under:- HKCU\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Windows Messaging Subsystem\\Profiles. Similar

PR_SPAM_TRUSTED_SENDERS_W and PR_SPAM_BLOCKED_SENDERS

I've played quite a bit with "PR_SPAM_BLOCKED_SENDERS" ("http://schemas.microsoft.com/mapi/proptag/0x6106001F") and using VBA to manipulate/update my Spam list

Create mail where Outlook is not running in Administrative rights

The below code works in my desktop application if: Outlook is not running Outlook is running in Administrator rights When Outlook is running normally, the code

Outlook Office Add-In Integration with Third-Party Web Application - alternative to mailto links to support attachments and HTML body

From our web application running in company network, I'm looking for an alternative way of "mailto" approach (since "mailto" supports plain text only for the bo

Appointment EntryID after meeting response

I'm creating a plugin for Outlook using VSTO (C#) and I have a problem how to control EntryID of appointments. Every appointment has his unique EntryID and it's

Programmatically accessing archived mails in an Exchange folder

I am trying to access all the mails in a given folder via the ActiveX interface to Outlook 2013. I use the message API (MAPI) of Outlook to get the desired fold

How can I identifiy a specific appointment item in outlook

We're facing a problem where we need to identify a specific appointment in outlook, even if it is a recurring appointment. But since the GlobalAppointmentID is

Getting signature from Outlook using python with Redemption RDO

I wrote a program that creates a mail in outlook and saves it in the .msg format. I want to add the signature of the user that is sending the mail (so the curre

Fast searching an Outlook Address list

I want to search an huge address list from outlook for an AddressEntry by the email address. Searching by name is not problem, as you can write: Microsoft.Offi

Getting signature from Outlook using python with Redemption RDO

I wrote a program that creates a mail in outlook and saves it in the .msg format. I want to add the signature of the user that is sending the mail (so the curre

Convert EML to MSG c# Using EWS

I need help with converting EML to MSG, using the Exchange web service (EWS) in a Outlook Web Add-In. When i create an EML file from the MimeContent (EmailMess

Parse the body of attachment in outlook mail with MAPI Python

I am using win32com for parsing emails in my outlook, how can I parse the contents of attachment in mail. outlook = win32com.client.Dispatch("Outlook.Applicat