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

In This Topic
    BodyFormat Property (AlertNotificationRule)
    In This Topic
    List of event categories to include.
    Syntax
    'Declaration
     
    
    Public Property BodyFormat As TextType
    public TextType BodyFormat {get; set;}
    Remarks
    If no IncludeCategories are specified, all categories are included except those specified in ExcludeCategories. If any IncludeCategories are specified, only the specified categories are included.
    See Also