outlook-addin

Outlook Add-in: MailItem.Body is null for a newly received email until email is opened

Hi, I'm creating an addin for microsoft outlook. When I receive the Application.NewMailEx event, I try to read email's Body property. The problem I'm having is that until the user clicks on the email to read it, the Body property is null and the HTMLBody property of the MailItem is: <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\"> <...

GetUserAvailability from Exchange from a COM Outlook addin.

I have a COM Outlook addin programmed in C++ (VS2005). I'm trying to see if within this addin I can get a random user or resource and see if it is available during a certain meeting time. Basically I'm trying to do something like getuseravailability() from the 2007 Exchange Web Service api listed below. getuseravailability Is this the...

Send Message with Custom Properties with Redemption

Hello. I’m using Redemption.dll to set custom properties to my messages with set_Filed() and get_field() in C#. Everything works perfectly until the moment I send my messages. From Outlook I use RDOMail.Send() and this sent the message to the Drafts folder. Then I read in the Redemption FAQ that I should use the IMessage::Submit() metho...

outlook programming with C#

Hi, I am planning to do an add-ins project for Outlook 2007. I am pro developer in C#, WPF. Please suggest books or sites for me to learn Outlook programming with C#. Any help would be appreciated. Thanks. ...

Outlook plugin new mail information C#

Hi, I am working on an outlook plug-in. Now, I have a requirement to know the attached file name, size and possible then the content of mail before downloading the mail in the outlook. So, we can take action accordingly and delete the mail then and there. I know the new mail event is fired from Outlook when a new mail arrived. So, thi...

show iframe in Outlook add-on

Is it possible to develop an add-on to Outlook 2007 that will appear under the task box(or anywhere else). The add-on will be a simple iframe like the HTML tag. For example I want to show sport results site in this iframe. This this possible? How can you create a 'frame' for use by an Outlook add-on? ...

How to distinguish my appointment from delegator appointment in Outlook?

I'm writing C# addin, and I have a problem with appointments. Let's say that I'm delegated user, so I have two calendars in my outlook, on is mine default calendar, and one calendar of my delegator. When I click on my calendar or on delegator calendar, appointment is opened. My question is how to determine from which calendar it was open...

Outlook 2007 Addin - LoadBehavior in registry always resets to 2

Hi people. I know this has been asked before, but I've never found a solution to this. I created an Addin in Visual Studio for Outlook 2007. I created an Installer and copied the files and created the registry values. It installs perfectly on the developer computer and it uninstalls perfectly as well. But on the second computer, which is...

How to add a SmartTag to Outlook 2010 ?

I would like to add smart tag support in the read message window of Outlook 2010. What's the best way of doing so? Are there examples anywhere? ...

COM Outlook addin ribbon buttons not responding in Korean Outlook 2010

Hi Folks, I have a COM Outlook addin which implements a ribbon button in Outlook 2010. It's been working just fine for quite some time. Until someone tried to load the addin in the Korean version of Outlook. The ribbon buttons show up but do not do anything when clicked. In the debugger, I see the error message below whenever I click on...

Custom IExtensibility2-based Outlook AddIn silently not loading when macro security turned on.

Hi gang, We have a custom IExtensibility2-based Outlook AddIn that runs in Outlook 2003, 2007, and 2010 (i.e. we're not using VSTO). In most cases, the AddIn loads and runs fine, but if the user turns on the "Apply macro security settings to installed add-ins" setting (via Tools->Trust Center->Add-ins), then our AddIn is silently not ...