How to generate Outlook mail event

  • Thread starter Thread starter Ashish
  • Start date Start date
A

Ashish

For capturing outlook event, i register an event dll on Component service(on
exchange server) which receives event like when user send a mail, move a
mail, delete a mail from outlook or OWA.
For Send mail(event1)/delete mail(event2), outlook generate different event
which i catch in event dll. But when i move a mail from one folder to
another folder then outlook generate same event(event1) which it generate
for send a mail. While if i move a mail from one folder to another in
OWA(outlook web access) then it generate different event(event3) which is
correct. I have no code for generating event in OWA.
I have addin for outlook which handles all open mail & other outlook
activity. But there is no such function to generate event. Should I do
something extra to generate an event when move a mail from one folder to
another?
Please suggest. Thanks in advance..
 
If Outlook web access generate correct mail move event then need to how it
generate. Is there any forum for outlook web access?
 
Back
Top