|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.OutlookMessageFormat
public final class OutlookMessageFormat
Represents outlook message format.
Field Summary | |
---|---|
static OutlookMessageFormat |
ASCII
ASCII = 0 |
static OutlookMessageFormat |
Unicode
Unicode = 1 |
Method Summary | |
---|---|
static OutlookMessageFormat |
getMessageFormat(int value)
Gets OutlookMessageFormat |
int |
getValue()
Gets the value of the message format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OutlookMessageFormat ASCII
public static final OutlookMessageFormat Unicode
Method Detail |
---|
public int getValue()
public static OutlookMessageFormat getMessageFormat(int value)
OutlookMessageFormat
value
- format value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |