c# - mail received/moved/deleted/created/sent event in Outlook vsto -


what best way detect if email received/moved/deleted/created/sent in outlook?

i know of newmail/newmailex on application , beforeitemmove on folder.

newmail/newmailex covers mail received case need handle scenarios happens message.

beforeitemmove helpful need application wide event, not folder specific one. walk folder tree , add event handlers every folder doesn't seem right.

any pointer?

i disagree drventure. have used actions in outlook within own application events. i.e. on moving email comes dialog, sending else.

here link got me started:

http://easyvsto.wordpress.com/2010/07/27/how-to-save-mail-content-when-a-mail-is-sent-from-outlook/

further send action in link above, there move action well.


Comments