- Joined
- Jun 2, 2009
- Messages
- 4
- Reaction score
- 0
Hi,
I am writing an C++ COM add-in but problem described below is reproduced even when addin disabled.
Steps to reproduce:
- create a new e-mail message, fill it subject, set any of the voting options (for example "yes/no") and send messages to myself;
- receive this e-mail (in Outlook of course).
Received e-mail contain many Outlook-specific properties (means Named Properties from follow namespaces {00062003-0000-0000-C000-000000000046}, {00062008-0000-0000-C000-000000000046}, {00062014-0000-0000-C000-000000000046} etc). If I send same e-mail but without voting options then these properties is much less.
When I looked to properties of sent e-mail then I began to think that received e-mail keeps a copy of same properties of sent e-mail.
Why?!?
It is important for me because my addin advise MailItem.SentItem event and set specific-for-me property to e-mail when it sent. However I expect that recived e-mail will not contain specific-for-me property.
There are any ideas? Please help!
PS: WinXP SP3, Outlook 2007.
I am writing an C++ COM add-in but problem described below is reproduced even when addin disabled.
Steps to reproduce:
- create a new e-mail message, fill it subject, set any of the voting options (for example "yes/no") and send messages to myself;
- receive this e-mail (in Outlook of course).
Received e-mail contain many Outlook-specific properties (means Named Properties from follow namespaces {00062003-0000-0000-C000-000000000046}, {00062008-0000-0000-C000-000000000046}, {00062014-0000-0000-C000-000000000046} etc). If I send same e-mail but without voting options then these properties is much less.
When I looked to properties of sent e-mail then I began to think that received e-mail keeps a copy of same properties of sent e-mail.
Why?!?
It is important for me because my addin advise MailItem.SentItem event and set specific-for-me property to e-mail when it sent. However I expect that recived e-mail will not contain specific-for-me property.
There are any ideas? Please help!
PS: WinXP SP3, Outlook 2007.
Last edited: