|
||||||||
| 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 |
getMHtmlFromat()
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()
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 Objecto - The o.public int hashCode()
Serves as a hash function for a particular type.
hashCode in class ObjectT:System.Object.public String toString()
Returns a T:System.String that represents the current T:System.Object.
toString in class ObjectT:System.String that represents the current T:System.Object.public static MailMessageSaveType getEmlFormat()
Gets the eml.
Value: The eml.
public static MailMessageSaveType getMHtmlFromat()
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 | |||||||