MailFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format for an e-mail message. These formats correspond to the formats supported by Microsoft Outlook for e-mail messages.
public enum class MailFormat
public enum MailFormat
type MailFormat =
Public Enum MailFormat
- Inheritance
-
MailFormat
Fields
Name | Value | Description |
---|---|---|
mfPlainText | 1 | Plain text. |
mfHTML | 2 | Hypertext Markup Language (HTML) formatting. |
mfRTF | 3 | Rich Text Format (RTF) formatting. |