View Single Post
  #2  
Old July 15th 08, 02:15 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default AfterSendEvent...

You'd need to subscribe to the Items.ItemAdd event for the Sent Items folder.
See http://www.outlookcode.com/codedetail.aspx?id=456 for a VBA code sample.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx



"Koen Verwimp" wrote:

Hello,

In the outlook model we can set an event handler on "Application.ItemSend",
but this event is a BeforeSend event. I need an AfterSend event ... because I
need the entryID of the mail after sending.

Anyone an idea for solving this?
Can Redemption help?

greetz,
Koen

Ads