View Single Post
  #2  
Old February 2nd 09, 08:00 AM posted to microsoft.public.outlook.program_addins
ryotyankou via OfficeKB.com
external usenet poster
 
Posts: 101
Default How to change recipients of a received message?

And i tried the IMessage::ModifyRecipients(XXX_ADD), it still couldn't work.
And i modified the message header's "to:" field, it seems that no effect to
the message itself at all. Could someone help?

ryotyankou wrote:
My is ATL/VC2005. OnNewEmail to dispatch the event.
While OnNewEmail function were invoked, I tried the two methods:
1. ");
2. Get IMessage interface, then call SetProps() function with Tag
PR_DISPLAY_TO_A, return value's S_OK. But when i open the message, nothing
were changed.
What should i do then?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...ddins/200902/1

Ads