A
Alexander Chen
I want to intercept Outlook::ItemEvents triggerd by _MailItem
objects in my addin,but I encounter a difficulty. if I use
IDispEventSimpleImpl or IDispEventImpl in my addin class, I must specify a
unique identifier for every _MailItem object. You know, the _MailItem object
does not like the button object, its number can change and it also can be
created or destroyed during using outlook, so I can not specify a identifier
for every _MailItem object when I implement my addin class.
Who can help me resolve this difficulty?
objects in my addin,but I encounter a difficulty. if I use
IDispEventSimpleImpl or IDispEventImpl in my addin class, I must specify a
unique identifier for every _MailItem object. You know, the _MailItem object
does not like the button object, its number can change and it also can be
created or destroyed during using outlook, so I can not specify a identifier
for every _MailItem object when I implement my addin class.
Who can help me resolve this difficulty?