V
Vinayakc
Hi all,
I used OnItemAdd((IDispatch* m_Item)) function to parse every incoming
message come to my inbox.
I got event for each incoming mail. But i can not understand where i
can release this item. It leaves on memory leak in my application.
I unadvise this event in my onDisconnection() function as
AddItemAppEvents:ispEventUnadvise((IDispatch*)m_Item);
Please help me asap.
Thanks and regards
Vinayakc
I used OnItemAdd((IDispatch* m_Item)) function to parse every incoming
message come to my inbox.
I got event for each incoming mail. But i can not understand where i
can release this item. It leaves on memory leak in my application.
I unadvise this event in my onDisconnection() function as
AddItemAppEvents:ispEventUnadvise((IDispatch*)m_Item);
Please help me asap.
Thanks and regards
Vinayakc