com.aspose.email
Class MapiType

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

public final class MapiType
extends BaseEnum<MapiType>

Contains possible MAPI property types which can be stored with message object.


Field Summary
static int _PT_APPTIME
           8 bytes, a 64-bit floating point number in which the whole number part represents the number of days since December 30, 1899, and the fractional part represents the fraction of a day since midnight
static int _PT_BINARY
           Variable size, a byte array
static int _PT_BOOLEAN
           1 byte, restricted to 1 or 0
static int _PT_CLSID
           16 bytes, a GUID with Data1, Data2, and Data3 fields in little-endian format
static int _PT_CURRENCY
           8 bytes, a 64-bit signed, scaled integer representation of a decimal currency value, with 4 places to the right of the decimal point
static int _PT_DOUBLE
           8 bytes, a 64-bit floating point number
static int _PT_ERROR
           4 bytes, a 32-bit integer encoding error information
static int _PT_FLOAT
           4 bytes, a 32-bit floating point number
static int _PT_LONG
           4 bytes, a 32-bit integer
static int _PT_LONGLONG
           8 bytes, a 64-bit integer
static int _PT_MV_APPTIME
           Variable size, a set of PT_APPTIME values.
static int _PT_MV_BINARY
           Variable size, a set of PT_BINARY values.
static int _PT_MV_CLSID
           Variable size, a set of PT_CLSID values.
static int _PT_MV_CURRENCY
           Variable size, a set of PT_CURRENCY values.
static int _PT_MV_DOUBLE
           Variable size, a set of PT_DOUBLE values.
static int _PT_MV_FLOAT
           Variable size, a set of PT_FLOAT values.
static int _PT_MV_LONG
           Variable size, a set of PT_LONG values.
static int _PT_MV_LONGLONG
           Variable size, a set of PT_LONGLONG values.
static int _PT_MV_SHORT
           Variable size, a set of PT_SHORT values.
static int _PT_MV_STRING8
           Variable size, a set of PT_STRING8 values.
static int _PT_MV_SYSTIME
           Variable size, a set of PT_SYSTIME values.
static int _PT_MV_UNICODE
           Variable size, a set of PT_UNICODE values.
static int _PT_OBJECT
           The property value is a COM object
static int _PT_SHORT
           2 bytes, a 16-bit integer
static int _PT_STRING8
           Variable size, a string of multi-byte characters in externally specified encoding with terminating null character (single 0 byte).
static int _PT_SYSTIME
           8 bytes, a 64-bit integer representing the number of 100-nanosecond intervals since January 1, 1601
static int _PT_UNICODE
           Variable size, a string of Unicode characters in UTF-16LE encoding with terminating null character(0x0000)
static MapiType PT_APPTIME
           
static MapiType PT_BINARY
           
static MapiType PT_BOOLEAN
           
static MapiType PT_CLSID
           
static MapiType PT_CURRENCY
           
static MapiType PT_DOUBLE
           
static MapiType PT_ERROR
           
static MapiType PT_FLOAT
           
static MapiType PT_LONG
           
static MapiType PT_LONGLONG
           
static MapiType PT_MV_APPTIME
           
static MapiType PT_MV_BINARY
           
static MapiType PT_MV_CLSID
           
static MapiType PT_MV_CURRENCY
           
static MapiType PT_MV_DOUBLE
           
static MapiType PT_MV_FLOAT
           
static MapiType PT_MV_LONG
           
static MapiType PT_MV_LONGLONG
           
static MapiType PT_MV_SHORT
           
static MapiType PT_MV_STRING8
           
static MapiType PT_MV_SYSTIME
           
static MapiType PT_MV_UNICODE
           
static MapiType PT_OBJECT
           
static MapiType PT_SHORT
           
static MapiType PT_STRING8
           
static MapiType PT_SYSTIME
           
static MapiType PT_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

_PT_SHORT

public static final int _PT_SHORT

2 bytes, a 16-bit integer

See Also:
Constant Field Values

PT_SHORT

public static final MapiType PT_SHORT

_PT_LONG

public static final int _PT_LONG

4 bytes, a 32-bit integer

See Also:
Constant Field Values

PT_LONG

public static final MapiType PT_LONG

_PT_FLOAT

public static final int _PT_FLOAT

4 bytes, a 32-bit floating point number

See Also:
Constant Field Values

PT_FLOAT

public static final MapiType PT_FLOAT

_PT_DOUBLE

public static final int _PT_DOUBLE

8 bytes, a 64-bit floating point number

See Also:
Constant Field Values

PT_DOUBLE

public static final MapiType PT_DOUBLE

_PT_CURRENCY

public static final int _PT_CURRENCY

8 bytes, a 64-bit signed, scaled integer representation of a decimal currency value, with 4 places to the right of the decimal point

See Also:
Constant Field Values

PT_CURRENCY

public static final MapiType PT_CURRENCY

_PT_APPTIME

public static final int _PT_APPTIME

8 bytes, a 64-bit floating point number in which the whole number part represents the number of days since December 30, 1899, and the fractional part represents the fraction of a day since midnight

See Also:
Constant Field Values

PT_APPTIME

public static final MapiType PT_APPTIME

_PT_ERROR

public static final int _PT_ERROR

4 bytes, a 32-bit integer encoding error information

See Also:
Constant Field Values

PT_ERROR

public static final MapiType PT_ERROR

_PT_BOOLEAN

public static final int _PT_BOOLEAN

1 byte, restricted to 1 or 0

See Also:
Constant Field Values

PT_BOOLEAN

public static final MapiType PT_BOOLEAN

_PT_OBJECT

public static final int _PT_OBJECT

The property value is a COM object

See Also:
Constant Field Values

PT_OBJECT

public static final MapiType PT_OBJECT

_PT_LONGLONG

public static final int _PT_LONGLONG

8 bytes, a 64-bit integer

See Also:
Constant Field Values

PT_LONGLONG

public static final MapiType PT_LONGLONG

_PT_UNICODE

public static final int _PT_UNICODE

Variable size, a string of Unicode characters in UTF-16LE encoding with terminating null character(0x0000)

See Also:
Constant Field Values

PT_UNICODE

public static final MapiType PT_UNICODE

_PT_STRING8

public static final int _PT_STRING8

Variable size, a string of multi-byte characters in externally specified encoding with terminating null character (single 0 byte).

See Also:
Constant Field Values

PT_STRING8

public static final MapiType PT_STRING8

_PT_SYSTIME

public static final int _PT_SYSTIME

8 bytes, a 64-bit integer representing the number of 100-nanosecond intervals since January 1, 1601

See Also:
Constant Field Values

PT_SYSTIME

public static final MapiType PT_SYSTIME

_PT_CLSID

public static final int _PT_CLSID

16 bytes, a GUID with Data1, Data2, and Data3 fields in little-endian format

See Also:
Constant Field Values

PT_CLSID

public static final MapiType PT_CLSID

_PT_BINARY

public static final int _PT_BINARY

Variable size, a byte array

See Also:
Constant Field Values

PT_BINARY

public static final MapiType PT_BINARY

_PT_MV_SHORT

public static final int _PT_MV_SHORT

Variable size, a set of PT_SHORT values.

See Also:
Constant Field Values

PT_MV_SHORT

public static final MapiType PT_MV_SHORT

_PT_MV_LONG

public static final int _PT_MV_LONG

Variable size, a set of PT_LONG values.

See Also:
Constant Field Values

PT_MV_LONG

public static final MapiType PT_MV_LONG

_PT_MV_FLOAT

public static final int _PT_MV_FLOAT

Variable size, a set of PT_FLOAT values.

See Also:
Constant Field Values

PT_MV_FLOAT

public static final MapiType PT_MV_FLOAT

_PT_MV_DOUBLE

public static final int _PT_MV_DOUBLE

Variable size, a set of PT_DOUBLE values.

See Also:
Constant Field Values

PT_MV_DOUBLE

public static final MapiType PT_MV_DOUBLE

_PT_MV_CURRENCY

public static final int _PT_MV_CURRENCY

Variable size, a set of PT_CURRENCY values.

See Also:
Constant Field Values

PT_MV_CURRENCY

public static final MapiType PT_MV_CURRENCY

_PT_MV_APPTIME

public static final int _PT_MV_APPTIME

Variable size, a set of PT_APPTIME values.

See Also:
Constant Field Values

PT_MV_APPTIME

public static final MapiType PT_MV_APPTIME

_PT_MV_LONGLONG

public static final int _PT_MV_LONGLONG

Variable size, a set of PT_LONGLONG values.

See Also:
Constant Field Values

PT_MV_LONGLONG

public static final MapiType PT_MV_LONGLONG

_PT_MV_UNICODE

public static final int _PT_MV_UNICODE

Variable size, a set of PT_UNICODE values.

See Also:
Constant Field Values

PT_MV_UNICODE

public static final MapiType PT_MV_UNICODE

_PT_MV_STRING8

public static final int _PT_MV_STRING8

Variable size, a set of PT_STRING8 values.

See Also:
Constant Field Values

PT_MV_STRING8

public static final MapiType PT_MV_STRING8

_PT_MV_SYSTIME

public static final int _PT_MV_SYSTIME

Variable size, a set of PT_SYSTIME values.

See Also:
Constant Field Values

PT_MV_SYSTIME

public static final MapiType PT_MV_SYSTIME

_PT_MV_CLSID

public static final int _PT_MV_CLSID

Variable size, a set of PT_CLSID values.

See Also:
Constant Field Values

PT_MV_CLSID

public static final MapiType PT_MV_CLSID

_PT_MV_BINARY

public static final int _PT_MV_BINARY

Variable size, a set of PT_BINARY values.

See Also:
Constant Field Values

PT_MV_BINARY

public static final MapiType PT_MV_BINARY


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