Method AddRecipientCC
AddRecipientCC(string)
Adds a recipient to the "CC" field of the mail message.
public bool AddRecipientCC(string email)
Parameters
email
stringThe email address of the recipient.
Returns
- bool
true
if the recipient was added successfully; otherwise,false
.