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


In This Topic
    Attachments Property (NotificationTask)
    In This Topic
    Specifies additional files to be attached to the message
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Attachments As FileCaptureSpecCollection
    public FileCaptureSpecCollection Attachments {get;}
    public:
    property FileCaptureSpecCollection^ Attachments {
       FileCaptureSpecCollection^ get();
    }
    Remarks
    If Options contains ArcanaDevelopment.adTempus.Shared.NotificationTaskOptions.CaptureAttachments the files are also saved as Captured Files in the job history (as if they had been captured by a FileCaptureAction. If this option is not set, the files are not saved in the history.
    See Also