forward email event

U

Uri

Hi,
i am writing addin in c# which need to identify delete and forward events.
i menaged to identify the delete event by listening to itrmAdd event for the
deleted items folder

delItems =
app.GetNamespace("MAPI").GetDefaultFolder(Outlook.OlDefaultFolders.olFolderD
eletedItems).Items;

delItems.ItemAdd +=new
Outlook.ItemsEvents_ItemAddEventHandler(myItems_ItemAdd);

how do i listem to forward event for the messages in the inbox ?

tnx

Uri
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top