Send-Recieve

  • Thread starter Thread starter mookashi
  • Start date Start date
You would trap the application wide ItemSend event and the ItemAdd
event for the Items collection of the Inbox. There is no single event
for what you want.

You should look at the Object Browser for the Outlook library, it
shows all methods and properties and events for all Outlook objects
and collections. Its help also has code samples that show how to use
most of them. It's the first place you should look.
 
Back
Top