Represents the mail message format.It can be in eml,msg or mhtml format. More...
Inherits Object.
Public Member Functions | |
bool | Equals (System::SharedPtr< System::Object > obj) override |
Equalses the specified o. More... | |
int32_t | GetHashCode () const override |
Serves as a hash function for a particular type. More... | |
System::SharedPtr< MailMessageSaveType > | ToMailMessageSaveType () |
Converts this instance into the equal MailMessageSaveType More... | |
System::String | ToString () const override |
Returns a T:System::String that represents the current T:System::Object. More... | |
Static Public Member Functions | |
static System::SharedPtr< MessageFormat > | get_Tnef () |
Indicates message in Tnef format. More... | |
static System::SharedPtr< MessageFormat > | get_Html () |
Indicates message in Html format. More... | |
static System::SharedPtr< MessageFormat > | get_Eml () |
Indicates message in Eml format. More... | |
static System::SharedPtr< MessageFormat > | get_Emlx () |
Indicates message in Emlx format, used by Apple Mail. More... | |
static System::SharedPtr< MessageFormat > | get_Mht () |
Indicates message in Mht format. More... | |
static System::SharedPtr< MessageFormat > | get_Msg () |
Indicates message in Msg format, used by Microsoft Outlook. More... | |
Represents the mail message format.It can be in eml,msg or mhtml format.
|
override |
Equalses the specified o.
obj | An object to compare |
|
static |
Indicates message in Eml format.
|
static |
Indicates message in Emlx format, used by Apple Mail.
|
static |
Indicates message in Html format.
|
static |
Indicates message in Mht format.
|
static |
Indicates message in Msg format, used by Microsoft Outlook.
|
static |
Indicates message in Tnef format.
|
override |
Serves as a hash function for a particular type.
System::SharedPtr<MailMessageSaveType> Aspose::Email::MessageFormat::ToMailMessageSaveType | ( | ) |
Converts this instance into the equal MailMessageSaveType
|
override |
Returns a T:System::String that represents the current T:System::Object.