News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualDLL val_AddRecipient
Purpose: Add one or more recipients to the email message Handle: The unique ID identifying the email object Operator: val_AddRecipient = 5 Data: One or more email addresses. Returns: Success or Error Status
This operator adds one or more recipients to the list of people receiving the email. The addresses are applied to the email To: field. The Data parameter must meet the requirements for standard email address syntax .
You may use this operator as many times as necessary to add all the intended recipients. You must have at least one recipient for each email message.
|