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


In This Topic
    BodyFormat Property (NotificationTask)
    In This Topic
    The format of the NotificationMessage
    Syntax
    'Declaration
     
    
    Public Property BodyFormat As TextType
    public TextType BodyFormat {get; set;}
    public:
    property TextType BodyFormat {
       TextType get();
       void set (    TextType value);
    }
    Remarks
    See Remarks under NotificationMessage. Only PlainText and HTML text types are supported for notification messages.
    See Also