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::String | ToString () const override |
Returns a T:System::String that represents the current T:System::Object. More... | |
Static Public Member Functions | |
static System::SharedPtr< MailMessageSaveType > | get_EmlFormat () |
Gets the eml. More... | |
static System::SharedPtr< MailMessageSaveType > | get_EmlxFormat () |
Gets the emlx. More... | |
static System::SharedPtr< MailMessageSaveType > | get_MHtmlFormat () |
Gets the MHT. More... | |
static System::SharedPtr< MailMessageSaveType > | get_OutlookMessageFormat () |
Gets the MSG. More... | |
static System::SharedPtr< MailMessageSaveType > | get_OutlookMessageFormatUnicode () |
Gets the MSG. More... | |
static System::SharedPtr< MailMessageSaveType > | get_OutlookTemplateFormat () |
Gets the MSG. More... | |
static System::SharedPtr< MailMessageSaveType > | get_HtmlFormat () |
Gets the Html. 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 |
Gets the eml.
The eml.
|
static |
Gets the emlx.
The emlx.
|
static |
Gets the Html.
The Html.
|
static |
Gets the MHT.
The MHT.
|
static |
Gets the MSG.
The MSG.
|
static |
Gets the MSG.
The MSG.
|
static |
Gets the MSG.
The MSG.
|
override |
Serves as a hash function for a particular type.
|
override |
Returns a T:System::String that represents the current T:System::Object.