[C++] method put_sendername not found

  • Thread starter Thread starter cyan21
  • Start date Start date
C

cyan21

hello,

I used the VC++ Class Wrapper on the Outlook 10.0 typelib. thus it
generated me a CMailItem class (based on the _MailItem )

I didn't find the method that set the sender's name.

could someone tell me how to do this ?

thanks in advance

yann
 
SenderName is a read-only property in Outlook. You will need to use Extended
MAPI/CDO 1.21/Redemption to set this and a half dozen other related
properties.
Look at a message with MdbView/OutlookSpy. PR_SENDER_xxx properties is what
you need.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top