[C++] method put_sendername not found

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
 
D

Dmitry Streblechenko

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top