adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationTask Class / AdditionalRecipients Property


In This Topic
    AdditionalRecipients Property
    In This Topic
    Additional recipients to receive the message.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AdditionalRecipients As EmailRecipientList
    public EmailRecipientList AdditionalRecipients {get;}
    public:
    property EmailRecipientList^ AdditionalRecipients {
       EmailRecipientList^ get();
    }
    Remarks

    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.

    See Also