Skip to content

CC¶

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

1
myMessage.CC(cc: string):Message

Parameters¶

string cc
    The email address of the recipient.

Remarks¶

The email address can be in the simple email format (sales@mail.com) or in the "display name and email" format (Sales <sales@mail.com>).

See Also¶