'Declaration
Public ReadOnly Property AdditionalRecipients As EmailRecipientList
public EmailRecipientList AdditionalRecipients {get;}
public: property EmailRecipientList^ AdditionalRecipients { EmailRecipientList^ get(); }
'Declaration
Public ReadOnly Property AdditionalRecipients As EmailRecipientList
public EmailRecipientList AdditionalRecipients {get;}
public: property EmailRecipientList^ AdditionalRecipients { EmailRecipientList^ get(); }
AdditionalRecipients allows the message to be sent to ad-hoc recipients not defined as Notification Recipients in adTempus.
The list can also include one or more items with the Address set to a job variable token (e.g., "RecipientList"), which is expanded when the notification message is created. See the Remarks under ArcanaDevelopment.adTempus.Shared.EmailRecipient.Address for more information.