ajay.m@directi.com
Posts: 6
Joined: 2007-02-20
|
I have developed a plugin and want to trap the mail's read event.The problem is mail's read event is not being raised everytime.I guess when the mail is being retrieved from cache the mail's read event is not firing and when it is being retrieved from store then event is firing.Is there any way to know when mail is in cache?What should i do if i wanna be sure that mail's read event is always raised on mail view.I have read in many forumns that the read event is not fired everytime and has to do something with caching in outlook.I dont wanna use open event.i want to use read event.Any ideas? |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Ajay.
Do you use the ADXOutlookItemEvents class to connect to an item events?
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found. |
|