Category "vsto"

Trying to get SMTP Addresses from all AppointmentItem Recipients

I iterate all AppointmentItem.Recipients. For each and every Recipient I use the following utility method to retrieve the recipients "normal" SMTP email-adress:

How to search for the name of the UserProperty in Outlook.MailItems, not their value

BACKGROUND: Currently I am searching Outlook.MailItems where their UserProperty (here, "IsProcessed") is equal to its propertyValue (here, true or false). st

"Send file by email" from Acrobat Reader does NOT invokes Items.ItemAdd() event for "Sent Items" folder?

I have a VSTO addin with Outlook. I currently use the "Sent Items" Folder in my Items.ItemAdd() event to intercept the email to process and save it into a depos

How do I save outlook Mailitem as sent mail

I have created an Outlook mail item and want to save it in a folder as a sent mail. I was able to set sender mail using mail.SentOnBehalfofName. How do I add Da

This method can't be used with an inline response mail item

I have an Outlook add-in that monitors sent items and moves specific emails to a folder. I am not sure what have changed, but when I send an email, I get this e

MAPI Requests - Exchange Server (TCP/RPC) vs IMAP-Connection

I am currently developing an Outlook VSTO-AddIn using C#. I want to read certain attributes of each mailItem. (E.g. SenderName, SenderEmailAdress, etc. .. ) As

How to get smtp address of current Outlook store

We have user with 3-4 shared email address in Outlook. I am developing add-in where it will extract the email address of selected store and will get it's contac

c# VSTO How to save email in ActiveInlineResponse

I have simple problem, but dont know how to figure out. My VSTO addon use Outlook for create new email. But email which user fill in the Application Outlook isn

How to Open Outlook file attachment directly not saving it? ( with C# VSTO)

I need to open mail file attachment directly from mail. Let say I have .txt file. I have already attached it to my mail. But now I need to open it, change some

Programmatically get the list of the ribbons using VSTO add-in

I have created a C# VSTO add-in with Visual Studio 2019 that receives commands from a socket connection and it can insert text, modify buttons only in my ribbon

Adding new Excel file to SharePoint - irgnore ask for check-in

I am adding a new excel file to a SharePoint Library. The Library requires check-in or check-out. When closing the excel workbook, a dialog pops up in the backg

Access private appointments in a shared calendar from Outlook add-in

I develop an Outlook VSTO add-in in C#. I need to read existing appointments from shared calendars to see busy time slots. I have the publishing editor permissi

VSTO - Outlook how to trace email from Message ID

I'm developing a VSTO add-in for Outlook, Now I get a bounce back email, which included message ID. How can I trace the original email from this message ID in

How to use multiple conditions in single DASL filter query in C#? (Syntax) (for advancedSearch() method)

screenshot 1: screenshot 2: BACKGROUND: Currently I am searching for a word in the subject of email in VSTO add-in. My syntax is: string filter = "urn:sc

VSTO Office Plugin || Embedding Word file as object in Word Document and Reading it

I am working on a project where I have to embed the content of the current word file as a word document in the current document. I don't want to save the origin

C# Add-In (VSTO .NET): Add domain name to outlook junk-email list

With the Outlook UI you can add an email address to your junk-email list, you can add a domain name as trusted domain, but you can't add a domain name to your j

C#: Save selected outlook message as eml file

I created an add-on for outlook using c#. It is proposed to connect to external Document Management System(DMS) and upload documents/emails into it. And now I w

Outlook appointment meeting organizer information inconsistent

I am working on a VSTO add-in for Outlook, written in C# as a WFP application, and am running into an inconsistency in the Outlook provided data for the current

Excel VSTO C# change Marker fill color of Chart series always apply only 1 color to multiple series

I am trying to change Marker Fore Color of series 4 and 6 to two different colors, but somehow they have the same color. Please kindly advice series1.Format.Lin

Log incoming and outgoing emails using Outlook web add-in

I have a working VSTO COM based Outlook add-in that intercepts all incoming/outgoing emails on a desktop outlook which is then used to save the details of the e