Skip to content

BCC

Adds a "BCC" (blind carbon copy) recipient to the message.

1
myMessage.BCC(bcc: string):Message

Parameters

string bcc
    The email address of the recipient.

Remarks

The email address can be in the simple email format ([email protected]) or in the "display name and email" format (Sales <[email protected]>).

See Also