Hi,
Can anyone pls tell me how can i add 'cc' and 'bcc' field in the Mail using CSendAs or CSmtpClientMtm Classes? By using AddRecipientL() method, i am able to add only 'to' field.
Thanks in advance
Srinivasan
Email: srinimg@yahoo.com
RE: How can i add 'cc' and 'bcc' field?
2002-07-26, 09:12#2
To access Cc- and Bcc-fields, you must use CImHeader-class to access mail message header information. Neither MTM or SendAs doesn't use Cc- and Bcc-fields, since they're specific for mail and other message types don't have them at all.