Aspose::Email::MailMessageSaveType Class Referencefinal

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< MailMessageSaveTypeget_EmlFormat ()
 Gets the eml. More...
 
static System::SharedPtr< MailMessageSaveTypeget_EmlxFormat ()
 Gets the emlx. More...
 
static System::SharedPtr< MailMessageSaveTypeget_MHtmlFormat ()
 Gets the MHT. More...
 
static System::SharedPtr< MailMessageSaveTypeget_OutlookMessageFormat ()
 Gets the MSG. More...
 
static System::SharedPtr< MailMessageSaveTypeget_OutlookMessageFormatUnicode ()
 Gets the MSG. More...
 
static System::SharedPtr< MailMessageSaveTypeget_OutlookTemplateFormat ()
 Gets the MSG. More...
 
static System::SharedPtr< MailMessageSaveTypeget_HtmlFormat ()
 Gets the Html. More...
 

Detailed Description

Represents the mail message format.It can be in eml,msg or mhtml format.

Member Function Documentation

◆ Equals()

bool Aspose::Email::MailMessageSaveType::Equals ( System::SharedPtr< System::Object >  obj)
override

Equalses the specified o.

Parameters
objAn object to compare
Returns
Returns true if objects are an equal, otherwise returns false.

◆ get_EmlFormat()

static System::SharedPtr<MailMessageSaveType> Aspose::Email::MailMessageSaveType::get_EmlFormat ( )
static

Gets the eml.

The eml.

◆ get_EmlxFormat()

static System::SharedPtr<MailMessageSaveType> Aspose::Email::MailMessageSaveType::get_EmlxFormat ( )
static

Gets the emlx.

The emlx.

◆ get_HtmlFormat()

static System::SharedPtr<MailMessageSaveType> Aspose::Email::MailMessageSaveType::get_HtmlFormat ( )
static

Gets the Html.

The Html.

◆ get_MHtmlFormat()

static System::SharedPtr<MailMessageSaveType> Aspose::Email::MailMessageSaveType::get_MHtmlFormat ( )
static

Gets the MHT.

The MHT.

◆ get_OutlookMessageFormat()

static System::SharedPtr<MailMessageSaveType> Aspose::Email::MailMessageSaveType::get_OutlookMessageFormat ( )
static

Gets the MSG.

The MSG.

◆ get_OutlookMessageFormatUnicode()

static System::SharedPtr<MailMessageSaveType> Aspose::Email::MailMessageSaveType::get_OutlookMessageFormatUnicode ( )
static

Gets the MSG.

The MSG.

◆ get_OutlookTemplateFormat()

static System::SharedPtr<MailMessageSaveType> Aspose::Email::MailMessageSaveType::get_OutlookTemplateFormat ( )
static

Gets the MSG.

The MSG.

◆ GetHashCode()

int32_t Aspose::Email::MailMessageSaveType::GetHashCode ( ) const
override

Serves as a hash function for a particular type.

Returns
A hash code for the current T:System::Object.

◆ ToString()

System::String Aspose::Email::MailMessageSaveType::ToString ( ) const
override

Returns a T:System::String that represents the current T:System::Object.

Returns
A T:System::String that represents the current T:System::Object.