com.aspose.network.outlook
Class OutlookMessageFormat

java.lang.Object
  extended by com.aspose.network.outlook.OutlookMessageFormat

public final class OutlookMessageFormat
extends Object

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

ASCII

public static final OutlookMessageFormat ASCII
ASCII = 0


Unicode

public static final OutlookMessageFormat Unicode
Unicode = 1

Method Detail

getValue

public int getValue()
Gets the value of the message format.

Returns:
value of the message format.

getMessageFormat

public static OutlookMessageFormat getMessageFormat(int value)
Gets OutlookMessageFormat

Parameters:
value - format value
Returns:
OutlookMessageFormat or null if no such message format found.


Copyright © 2011 Aspose. All Rights Reserved.