Outlook Problem

Add-in Express™ Support Service
That's what is more important than anything else

Outlook Problem
 
Adam Toth




Posts: 24
Joined: 2005-03-08
Hi - I have built my add-in which works well, but...

I also have an applicatiojn(MyApp) that automates Outlook for Mail sending, and when my add-in is loaded it causes Outlook to fail as follows:

1. My App Creates a Mail Message in Outlook using automation (Redemption)
2. My App gets Outlook to Display the Outgoing Mail
3. When the User Clicks Send Outlook is unable to Close the Mail Window properly.

If I remove the add-in then it all works fine.

Note that I have tried creating a new empty addin with only 1 OLExplorer Bar with 1 button and not added any code and the behaviour remains.

Tried it with a shim and without a shim, same prolem.

Any help would be appreciated.
Posted 13 Apr, 2005 10:51:50 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Adam.

How do you display your Outgoing Mail? Do you use the Display method of the Outlook._MailItem interface? If that's the case do you display the Mail as a modal window or not?
Posted 13 Apr, 2005 14:41:46 Top