SetBlindCarbonCopyRcpts

Sets Blind Carbon Copy recipients' email address(es).

Syntax

bool SetBlindCarbonCopyRcpts (StrParam)

Parameters

The email addresses to receive a copy of the email as a blind carbon copy. You can enter multiple email addresses separated by commas.

Returns

False if you do not enter an email addresses parameter, if the address is rejected by the mail system or if the email object cannot be initialized. Otherwise, True.

Invalid email addresses may not be reported until SendEMail is called.

Level

All levels.

Details

Adds addresses to the Bcc (Blind Carbon Copy) portion of the email’s header.
Example:
SetRecipients("lisa@monarchy.com")
SetBlindCarbonCopyRcpts("james@regency.com")