Outlook - Add event handling to Sent Items Folder? - VB.NET

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

Outlook - Add event handling to Sent Items Folder? - VB.NET
 
Brendon Colloty


Guest


Hi,

Do you have any sample code showing how I can add event handling for the Sent Items folder. I want to respond to the event and prompt the user to do a task when a new message is added to the sent items folder.

I've been using the Item Send event of the OutlookEvent control to handle the ItemSend event but I can't get at the Sender e-mail address when this event fires. My solution is to use the sent items folder which should have this information available.

Thanks in advance for any help,

Cheers,

Brendon.
Posted 19 Oct, 2005 17:48:32 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Brendon,
you can download an example here:
http://www.add-in-express.com/projects/olsentitemsevents.zip
Posted 20 Oct, 2005 06:54:50 Top
Thomas Grossen


Guest


Hi,

Do you have this example in C#? Or some other example how to handle the sentItems folder?

Thanks.
Posted 30 Nov, 2005 04:20:37 Top
Sergey Grischenko


Add-in Express team


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

Yes, I have. You can download it by using the following link:
http://www.add-in-express.com/projects/olsentitemsevents_cs.zip
Posted 30 Nov, 2005 10:12:24 Top
Thomas Grossen


Guest


Thank you; this will save me a lot of time :)

Thomas
Posted 30 Nov, 2005 11:02:44 Top