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


In This Topic
    NotificationMessage Property (NotificationTask)
    In This Topic
    The body of the notification message
    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

    Unlike with a NotificationAction, adTempus will not generate a default value if this is omitted.

    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 HTML or plain text based on the setting of BodyFormat.

    See Also