adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileCaptureAction Class / NotificationMessage Property

In This Topic
    NotificationMessage Property (FileCaptureAction)
    In This Topic
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property NotificationMessage As String
    [CanBeNull()]
    public string NotificationMessage {get; set;}
    Remarks
    Set to a null reference (Nothing in Visual Basic) or empty string to use a system-generated default subject
    See Also