Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The BodyFormat enumeration specifies the format for the body of a message.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Enumeration BodyFormat
'Usage
Dim instance As BodyFormat
public enum BodyFormat
Members
| Member name | Description | |
|---|---|---|
| None | The body does not exist. | |
| Text | The body is in plaintext format. | |
| Rtf | The body is in Rich Text Format (RTF). | |
| Html | The body is in HTML format. |