News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualDLL val_ClearBCC
Purpose: Clear the list of Blind Carbon Copy recipients Handle: The unique ID identifying the email object Operator: val_ClearBCC = 7 Data: Ignored; pass an empty string Returns: Success or Error Status
This operator deletes all currently assigned Blind Carbon Copy recipients of the email message. These are the addresses that were in the BCC: header field, which were set with the val_AddBCC operator.
While it is certainly safer to use this operator, it is not really necessary to do so unless you are sending more than one email message with a single email object. Unless, of course, you have other reasons for doing so. |