  | 
EmailBodyType Enumeration | 
            An enum class representing the different types of mail bodies that are supported
            
Namespace: Infosoft.Common.Contracts.DataContracts.MessagingAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntaxpublic enum EmailBodyType
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description | 
|---|
| HTML | 0 | 
            Indicates that the email is HTML formatted
             | 
| Text | 1 | 
            Indicates that the email is formatted as text
             | 
See Also