News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualEmail.AddRecipient(Addresses)
Parameters: Addresses: string holding one or more email addresses Returns: Success or Error Status
This method adds one or more recipients to the list of people receiving the email. The addresses are applied to the email To: field. The Addresses parameter must meet the requirements for standard email address syntax .
You may call this method as many times as necessary to add all the intended recipients. You must have at least one recipient for each email message.
|