Enum BodyContentType
BodyContentType enumeration
Specifies the content type format of a message body in MAPI messages.
public enum BodyContentType
Values
| Name | Value | Description |
|---|---|---|
| PlainText | 0 | The plain text. |
| Html | 1 | The html type. |
| Rtf | 2 | The rtf type. |
Remarks
This enumeration is used to indicate the formatting of message body content in MapiMessage and related MAPI classes. The body content can be plain text, HTML, or RTF (Rich Text Format).
See Also
- namespace Aspose.Email.Mapi
- assembly Aspose.Email