|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.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()
Gets the eml. |
static MessageFormat |
getMht()
Gets the MHT. |
static MessageFormat |
getMsg()
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 object.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 MessageFormat getEml()
Gets the eml.
Value: The eml.
public static MessageFormat getMht()
Gets the MHT.
Value: The MHT.
public static MessageFormat getMsg()
Gets the MSG.
Value: The MSG.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |