Uses of Class
com.aspose.network.outlook.MapiPropertyType

Packages that use MapiPropertyType
com.aspose.network.outlook   
 

Uses of MapiPropertyType in com.aspose.network.outlook
 

Fields in com.aspose.network.outlook declared as MapiPropertyType
static MapiPropertyType MapiPropertyType.PT_ACTIONS
          Variable size, a 16-bit count of actions (not bytes) followed by that many Rule Action structures
static MapiPropertyType MapiPropertyType.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 MapiPropertyType MapiPropertyType.PT_BINARY
          Variable size, a COUNT followed by that many bytes
static MapiPropertyType MapiPropertyType.PT_BOOLEAN
          1 byte, restricted to 1 or 0
static MapiPropertyType MapiPropertyType.PT_CLSID
          16 bytes, a GUID with Data1, Data2, and Data3 fields in little-endian format.
static MapiPropertyType MapiPropertyType.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 MapiPropertyType MapiPropertyType.PT_DOUBLE
          8 bytes, a 64-bit floating point
static MapiPropertyType MapiPropertyType.PT_ERROR
          bytes, a 32-bit integer encoding error information
static MapiPropertyType MapiPropertyType.PT_FLOAT
          4 bytes, a 32-bit floating point
static MapiPropertyType MapiPropertyType.PT_LONG
          4 bytes, a 32-bit integer
static MapiPropertyType MapiPropertyType.PT_LONGLONG
          8 bytes, a 64-bit integer
static MapiPropertyType MapiPropertyType.PT_MV_APPTIME
          Variable size, a COUNT followed by that many PtypFloatingTime
static MapiPropertyType MapiPropertyType.PT_MV_BINARY
          Variable size, a COUNT followed by that many PtypBinary values
static MapiPropertyType MapiPropertyType.PT_MV_CLSID
          Variable size, a COUNT followed by that many PtypGuid values
static MapiPropertyType MapiPropertyType.PT_MV_CURRENCY
          Variable size, a COUNT followed by that many PtypCurrency values
static MapiPropertyType MapiPropertyType.PT_MV_DOUBLE
          Variable size, a COUNT followed by that many PtypFloating64 values
static MapiPropertyType MapiPropertyType.PT_MV_FLOAT
          Variable size, a COUNT followed by that many PtypFloating32 values
static MapiPropertyType MapiPropertyType.PT_MV_LONG
          Variable size, a COUNT followed by that many PtypInteger32 values
static MapiPropertyType MapiPropertyType.PT_MV_LONGLONG
          Variable size, a COUNT followed by that many PtypInteger64 values
static MapiPropertyType MapiPropertyType.PT_MV_SHORT
          Variable size, a COUNT followed by that many PtypInteger16 values
static MapiPropertyType MapiPropertyType.PT_MV_STRING8
          Variable size, a COUNT followed by that many PtypString8 values
static MapiPropertyType MapiPropertyType.PT_MV_SYSTIME
          Variable size, a COUNT followed by that many PtypTime values
static MapiPropertyType MapiPropertyType.PT_MV_UNICODE
          Variable size, a COUNT followed by that PtypString values
static MapiPropertyType MapiPropertyType.PT_NULL
          This property is a placeholder
static MapiPropertyType MapiPropertyType.PT_OBJECT
          The property value is a COM object
static MapiPropertyType MapiPropertyType.PT_SHORT
          2 bytes, a 16-bit integer
static MapiPropertyType MapiPropertyType.PT_SRESTRICT
          Variable size, a byte array representing one or more Restriction structures as specified in section
static MapiPropertyType MapiPropertyType.PT_STRING8
          Variable size, a string of multi-byte characters in externally specified encoding with terminating null character (single 0 byte)
static MapiPropertyType MapiPropertyType.PT_SVREID
          Variable size, a 16-bit count followed a structure
static MapiPropertyType MapiPropertyType.PT_SYSTIME
          8 bytes, a 64-bit integer representing the number of 100 nanosecond intervals since January 1, 1601
static MapiPropertyType MapiPropertyType.PT_UNICODE
          Variable size, a string of Unicode characters in UTF-16LE encoding with terminating null character (2 bytes of zero)
static MapiPropertyType MapiPropertyType.PT_UNSPECIFIED
          Any: this property type value matches any type; a server MUST return the actual type in its response.
 

Methods in com.aspose.network.outlook that return MapiPropertyType
static MapiPropertyType MapiPropertyType.getDataType(short id)
          Gets the MapiPropertyType of the value that is represented by the tag.
 MapiPropertyType MapiPropertyTag.getType()
          Gets the MapiPropertyType
 

Constructors in com.aspose.network.outlook with parameters of type MapiPropertyType
MapiPropertyTag(short id, String name, MapiPropertyType type)
          Creates tag using specified values.
 



Copyright © 2011 Aspose. All Rights Reserved.