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 o)
Equalses the specified o.
|
static MailMessageSaveType |
getEmlFormat()
Gets the eml.
|
static MailMessageSaveType |
getEmlxFormat()
Gets the emlx.
|
static MailMessageSaveType |
getMHtmlFormat()
Gets the MHT.
|
static MailMessageSaveType |
getMHtmlFromat()
Deprecated.
|
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()
Returns a
T:System.String that represents the current T:System.Object . |
public boolean equals(Object o)
Equalses the specified o.
public int hashCode()
Serves as a hash function for a particular type.
public String toString()
Returns a T:System.String
that represents the current T:System.Object
.
public static MailMessageSaveType getEmlFormat()
Gets the eml.
Value: The eml.public static MailMessageSaveType getEmlxFormat()
Gets the emlx.
Value: The emlx.@Deprecated public static MailMessageSaveType getMHtmlFromat()
Gets the MHT.
Value: The MHT.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.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.