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


In This Topic
    NotificationMessage Property (NotificationAction)
    In This Topic
    The body of the message to send
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property NotificationMessage As String
    [CanBeNull()]
    public string NotificationMessage {get; set;}
    [CanBeNull()]
    public:
    property String^ NotificationMessage {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    If omitted, a default body is generated based on the context.

    For email notifications, if the NotificationMessage begins with "<html", the content is treated as HTML and the email message is created as an HTML-formatted message. Otherwise the body is treated as plain text.

    See Also