Method AddRecipientBCC
AddRecipientBCC(string)
Adds a recipient to the "BCC" field of the mail message.
public bool AddRecipientBCC(string email)
Parameters
emailstringThe email address of the recipient.
Returns
- bool
trueif the recipient was added successfully; otherwise,false.