.net - How to get mail event like read,delete,reply,forward for a mail in outlook in c# -
.net - How to get mail event like read,delete,reply,forward for a mail in outlook in c# -
i have create addin outlook using c#. maintain track of mail service events new mail, read, reply,forward , delete etc.
i know how create add together in not getting thought how can track event fired outlook these operations.
any thought appreciated.
thanks in advance.
you need research application events, folder events, , item events on msdn.
here msdn illustration on how attach event fires when new messages received in outlook 2007. events vary outlook version, need determine minimum supported version , stick eventing api. events have special restrictions, need inquire more specific questions after you've researched events.
c# .net outlook add-in
Comments
Post a Comment