Setting the message Bcc address |
To set the Bcc header address of an email message assign the Bcc property on the EmailMessage instance. If the Bcc address contains non US-ASCII character data then see Sending an Email message for languages other than English.
Example
[C#] message.Bcc = "joan@myserver.com";
[Visual Basic] message.Bcc = "joan@myserver.com"
See also
Sending an Email message for languages other than English
|