MailFormat Enumeration
Specifies the format for an e-mail message. These formats correspond to the formats supported by Microsoft Outlook for e-mail messages.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MailFormat
'Usage
Dim instance As MailFormat
public enum MailFormat
Members
Member name | Description | |
---|---|---|
mfPlainText | Plain text. | |
mfHTML | Hypertext Markup Language (HTML) formatting. | |
mfRTF | Rich Text Format (RTF) formatting. |