com.aspose.email
Class OutlookMessageFormat

java.lang.Object
  extended by com.aspose.email.BaseEnum<OutlookMessageFormat>
      extended by com.aspose.email.OutlookMessageFormat

public final class OutlookMessageFormat
extends BaseEnum<OutlookMessageFormat>

Represents outlook message format.


Field Summary
static int _ASCII
           ASCII.
static int _Unicode
           Unicode.
static OutlookMessageFormat ASCII
           
static OutlookMessageFormat Unicode
           
 
Method Summary
 
Methods inherited from class com.aspose.email.BaseEnum
AND, equals, getName, getValue, hashCode, isDefined, OR, toEnum, toString, XOR
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_ASCII

public static final int _ASCII

ASCII.

See Also:
Constant Field Values

ASCII

public static final OutlookMessageFormat ASCII

_Unicode

public static final int _Unicode

Unicode.

See Also:
Constant Field Values

Unicode

public static final OutlookMessageFormat Unicode


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.