MessageFormat
MessageFormat class
Represents the mail message format.It can be in eml,msg or mhtml format.
Methods
| Name | Description |
|---|---|
| Equals | Equalses the specified o. |
| get_Eml | Indicates message in Eml format. |
| get_Emlx | Indicates message in Emlx format, used by Apple Mail. |
| get_Html | Indicates message in Html format. |
| get_Mht | Indicates message in Mht format. |
| get_Msg | Indicates message in Msg format, used by Microsoft Outlook. |
| get_Tnef | Indicates message in Tnef format. |
| GetHashCode | Serves as a hash function for a particular type. |
| ToMailMessageSaveType | Converts this instance into the equal MailMessageSaveType |
| ToString | Returns a T:System::String that represents the current T:System::Object . |