Method | Description | |
---|---|---|
CreateEmailCommunication ( List |
Creates the email communication.
|
public CreateEmailCommunication ( List |
||
recipientEmails | List |
The recipient emails. |
fromName | string | From name. |
fromAddress | string | From address. |
replyTo | string | The reply to. |
subject | string | The subject. |
htmlMessage | string | The HTML message. |
textMessage | string | The text message. |
bulkCommunication | bool | if set to |
recipientStatus | CommunicationRecipientStatus | The recipient status. |
senderPersonAliasId | int | The sender person alias identifier. |
return | Communication |