com.aspose.email
Class MapiPropertyType

java.lang.Object
  extended by com.aspose.email.ms.java.Enum
      extended by com.aspose.email.MapiPropertyType

public final class MapiPropertyType
extends com.aspose.email.ms.java.Enum

Represents the data type of MapiProperty data.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
Field Summary
static int None
           No values are set.
static int PT_ACTIONS
           PT_ACTIONS
static int PT_BINARY
           SBinary structure value, a counted byte array.
static int PT_BOOLEAN
           16-bit Boolean value where zero equals FALSE and non-zero equals TRUE.
static int PT_CLSID
           CLSID structure value.
static int PT_DOUBLE
           
static int PT_ERROR
           SCODE value; 32-bit unsigned integer.
static int PT_LONG
           Signed or unsigned 32-bit integer.
static int PT_LONGLONG
           Signed or unsigned 64-bit integer.
static int PT_MV_BINARY
           
static int PT_MV_STRING8
           
static int PT_MV_UNICODE
           
static int PT_MV_xxx
           PT_MV_xxx
static int PT_OBJECT
           Pointer to an object that implements the IUnknown interface.
static int PT_SHORT
           Signed 16-bit integer.
static int PT_SRESTRICTION
           PT_SRESTRICTION
static int PT_STRING8
           Null-terminated 8-bit character string.
static int PT_SYSTIME
           64-bit integer data and time value in the form of a FILETIME structure.
static int PT_UNICODE
           PT_UNICODE
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.email.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

No values are set.

See Also:
Constant Field Values

PT_SHORT

public static final int PT_SHORT

Signed 16-bit integer. This property type is the same as PT_SHORT and the OLE type VT_I2.

See Also:
Constant Field Values

PT_LONG

public static final int PT_LONG

Signed or unsigned 32-bit integer. This property type is the same as PT_I4 and the OLE type VT_I4.

See Also:
Constant Field Values

PT_ERROR

public static final int PT_ERROR

SCODE value; 32-bit unsigned integer. This property type is the same as the OLE type VT_ERROR.

See Also:
Constant Field Values

PT_BOOLEAN

public static final int PT_BOOLEAN

16-bit Boolean value where zero equals FALSE and non-zero equals TRUE. This property type is the same as the OLE type VT_BOOL.

See Also:
Constant Field Values

PT_OBJECT

public static final int PT_OBJECT

Pointer to an object that implements the IUnknown interface. This property type is similar to several OLE types such as VT_UNKNOWN.

See Also:
Constant Field Values

PT_LONGLONG

public static final int PT_LONGLONG

Signed or unsigned 64-bit integer. This property type is the same as PT_I8 and the OLE type VT_I8.

See Also:
Constant Field Values

PT_STRING8

public static final int PT_STRING8

Null-terminated 8-bit character string. This property type is the same as the OLE type VT_LPSTR.

See Also:
Constant Field Values

PT_UNICODE

public static final int PT_UNICODE

PT_UNICODE

See Also:
Constant Field Values

PT_SYSTIME

public static final int PT_SYSTIME

64-bit integer data and time value in the form of a FILETIME structure. This property type is the same as the OLE type VT_FILETIME.

See Also:
Constant Field Values

PT_CLSID

public static final int PT_CLSID

CLSID structure value. This property type is the same as the OLE type VT_CLSID.

See Also:
Constant Field Values

PT_SRESTRICTION

public static final int PT_SRESTRICTION

PT_SRESTRICTION

See Also:
Constant Field Values

PT_ACTIONS

public static final int PT_ACTIONS

PT_ACTIONS

See Also:
Constant Field Values

PT_BINARY

public static final int PT_BINARY

SBinary structure value, a counted byte array.

See Also:
Constant Field Values

PT_MV_xxx

public static final int PT_MV_xxx

PT_MV_xxx

See Also:
Constant Field Values

PT_MV_STRING8

public static final int PT_MV_STRING8
See Also:
Constant Field Values

PT_MV_UNICODE

public static final int PT_MV_UNICODE
See Also:
Constant Field Values

PT_MV_BINARY

public static final int PT_MV_BINARY
See Also:
Constant Field Values

PT_DOUBLE

public static final int PT_DOUBLE
See Also:
Constant Field Values


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.