public final class MailMessageSaveType extends Object
Represents the mail message format.It can be in eml,msg or mhtml format.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Equalses the specified o.
|
static MailMessageSaveType |
getEmlFormat()
Gets the eml.
|
static MailMessageSaveType |
getEmlxFormat()
Gets the emlx.
|
static MailMessageSaveType |
getHtmlFormat()
Gets the Html.
|
static MailMessageSaveType |
getMHtmlFormat()
Gets the MHT.
|
static MailMessageSaveType |
getOutlookMessageFormat()
Gets the MSG.
|
static MailMessageSaveType |
getOutlookMessageFormatUnicode()
Gets the MSG.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
String |
toString()
|
public boolean equals(Object obj)
Equalses the specified o.
public int hashCode()
Serves as a hash function for a particular type.
public String toString()
public static MailMessageSaveType getEmlFormat()
Gets the eml.
Value: The eml.public static MailMessageSaveType getEmlxFormat()
Gets the emlx.
Value: The emlx.public static MailMessageSaveType getMHtmlFormat()
Gets the MHT.
Value: The MHT.public static MailMessageSaveType getOutlookMessageFormat()
Gets the MSG.
Value: The MSG.public static MailMessageSaveType getOutlookMessageFormatUnicode()
Gets the MSG.
Value: The MSG.public static MailMessageSaveType getHtmlFormat()
Gets the Html.
Value: The Html.