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