Text |
public enum TextFormat
| Member name | Value | Description |
|---|---|---|
| Plain | 0 | The plain text format. |
| Text | 0 | An alias for the plain text format. |
| Flowed | 1 | The flowed text format (as described in rfc3676). |
| Html | 2 | The HTML text format. |
| Enriched | 3 | The enriched text format. |
| CompressedRichText | 4 | The compressed rich text format. |
| RichText | 5 | The rich text format. |