Specifies the body format of an EmailMessage.
| C# | Visual Basic |
public enum MessageFormat
Public Enumeration MessageFormat
| Member | Description |
|---|---|
| Unknown |
Unknown.
|
| Text |
Plain text.
|
| Html |
HTML.
Requires Windows Mobile 6 or later |
| Rtf |
Rich Text Format.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
HTML formatted email is supported on Windows Mobile 6 and later only.