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;}
    Remarks
    AdditionalRecipients allows the message to be sent to ad-hoc recipients not defined as Notification Recipients in adTempus. Separate recipients with semicolons. Each recipient should use one of these forms: [email protected] Recipient Name <[email protected]>
    See Also