New Email attachments

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

New Email attachments
 
Christopher Gnanaseelan




Posts: 3
Joined: 2006-11-21
I have used the ItemsEventClass from the VB.NET example on your site to handle inspector events. How do I get a reference to the mail item and attachments and add attachment event when adding an attachment to a new email form?
Posted 22 Nov, 2006 22:46:00 Top
Sergey Grischenko


Add-in Express team


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

You need to use another event class. Please look at the OutlookItemEvents example in the ADX installation folder.

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 23 Nov, 2006 09:06:38 Top
Christopher G




Posts: 3
Joined: 2006-11-21
Hi Sergey
That is the example I am using. I have the second event class. How do I connect to the item from that class?

Posted 23 Nov, 2006 23:58:32 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Christopher, all ADX events classes have the ConnectTo method. E.g. you can use this method in the InspectorActivate or ExplorerSelectionChange event handlers in order to connect to Outlook items.
Posted 24 Nov, 2006 16:22:53 Top