Enum ContentFormat
Defines types of the message body content.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ContentFormat
  Fields
| Name | Description | 
|---|---|
| Json | Java Script Object Notation.  | 
      
| None | Message body is empty.  | 
      
| Text | Plain text.  | 
      
| Xml | XML.  |