Category "outlook"

olMailItem - ReplyRecipients.Add

I am in MS Access 2013 trying to set the Reply To address for a olMailItem with Outlook 2013. My current code is giving me: Run-time error '287' Application-d

How to remove a specific ItemProperty from AppointmentItem.ItemProperties

I use the following method to a new OutlookUserProperty to an AppointmentItem: MyID = (Outlook.UserProperty)myAppointment.ItemProperties.Add("MyID", Outlook.OlU

How to read mails stored on Exchange server when Outlook only downloads the latest messages?

I'm connected to an Exchange server, so some mails are stored in my local Outlook file and some on the server. In Outlook the item count of the folder shows 13.

Accessing Outlook COM addins

I am a novice at programming and it is my first time trying to program a plugin for outlook, which I am having issues with. When using Application.COMAddIn("ad

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

Send Outlook 2010 email using PHP

I'm looking to use the default Windows 7 Outlook 2010 mail account to send an email. I've tried: oApp = new COM("Outlook.Application") or die('error'); $oMsg

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

Editing an appointment programmatically

I'm using Microsoft.Office.Interop.Outlook to load appointments into the interface and to edit appointments . I can load appointments completely fine, editing d

Outlook VBA Access Folders in Shared Mailbox

I have some VBA code in Outlook which behaves perfectly for the main Mailbox - however the same code is struggling when I add a secondary mailbox - this is Outl

Forward Outlook email without adding signature nor From: and To: of original email

I'm looking to forward email that I receive in Outlook to a new address with no changes - an exact clone, no envelope information nor signature added. The emai

Load outlook email template (.oft) via win32com

I like to load an outlook email template (.oft) via win32com for automation. I like to do something along this lines: import win32com.client as win32 outlook =

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!

unable to find "Microsoft Outlook 15.0 Object Library" inside Visual Studio 2012

I have Visual Studio 2012 professional edition, and i want to add a reference for "Microsoft Outlook 15.0 Object Library" inside my web project, but i can not f

Asnchronous\background method execution C#, Outlook VSTO plugin

I have searched and have not yet found a good solution. I am writing a simple add-in for Outlook that would download\cache certain messages based on certain cri

How to send an outlook mailitem using specific email address?

Hi does anyone know how to send or reply to an outlook mailitem using a specific string of email address? FOR EXAMPLE: my outlook email address is: string em

External incoming mail marked as draft and unsent

My question is similar to but not the same to the one below, Mark a mailitem as sent (VBA outlook) Basically, something (AV, bug in Outlook or Exchange or bot

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

How to stop OutLook Security Message programatically : A program is trying to access e-mail addresses, Allow access for 1 Minutes [duplicate]

How to stop OutLook Security Message : A program is trying to access e-mail addresses, Allow access for 1 Minutes I want to stop this a

Get sender's SMTP email address with Excel VBA

I pull the Subject, received date and sender's name with the following code: Set InboxSelect = GetObject("", "Outlook.Application").GetNamespace("MAPI").PickFo