|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MessageFormat
public final class MessageFormat
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 MessageFormat |
getEml()
Indicates message in <b>Eml</b> format. |
static MessageFormat |
getEmlx()
Indicates message in <b>Emlx</b> format, used by Apple Mail. |
static MessageFormat |
getMht()
Indicates message in <b>Mht</b> format. |
static MessageFormat |
getMsg()
Indicates message in <b>Msg</b> format, used by Microsoft Outlook. |
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 static MessageFormat getEml()
Indicates message in <b>Eml</b>
format.
public static MessageFormat getEmlx()
Indicates message in <b>Emlx</b>
format, used by Apple Mail.
public static MessageFormat getMht()
Indicates message in <b>Mht</b>
format.
public static MessageFormat getMsg()
Indicates message in <b>Msg</b>
format, used by Microsoft Outlook.
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |