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


In This Topic
    Attachments Property (NotificationAction)
    In This Topic
    Specifies additional files to be attached to the message
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Attachments As FileCaptureSpecCollection
    [NotNull()]
    public FileCaptureSpecCollection Attachments {get;}
    [NotNull()]
    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