|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MailMessageSaveType
public final class MailMessageSaveType
Represents the mail message format.It can be in eml,msg or mhtml format.
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean equals(Object o)
Equalses the specified o.
equals
in class Object
o
- The o.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class Object
T:System.Object
.public String toString()
Returns a T:System.String
that represents the current T:System.Object
.
toString
in class Object
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |