BodyContentType Enumeration |
The content type of message body.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum BodyContentType
Public Enumeration BodyContentType
public enum class BodyContentType
Members
| Member name | Value | Description |
---|
| PlainText | 0 |
The plain text.
|
| Html | 1 |
The html type.
|
| Rtf | 2 |
The rtf type.
|
See Also