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..
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..