Enum MapiPropertyType
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the MAPI type of an extended property.
public enum MapiPropertyType
Fields
ApplicationTime = 0The property is of type ApplicationTime.
ApplicationTimeArray = 1The property is of type ApplicationTimeArray.
Binary = 2The property is of type Binary.
BinaryArray = 3The property is of type BinaryArray.
Boolean = 4The property is of type Boolean.
CLSID = 5The property is of type CLSID.
CLSIDArray = 6The property is of type CLSIDArray.
Currency = 7The property is of type Currency.
CurrencyArray = 8The property is of type CurrencyArray.
Double = 9The property is of type Double.
DoubleArray = 10The property is of type DoubleArray.
Error = 11The property is of type Error.
Float = 12The property is of type Float.
FloatArray = 13The property is of type FloatArray.
Integer = 14The property is of type Integer.
IntegerArray = 15The property is of type IntegerArray.
Long = 16The property is of type Long.
LongArray = 17The property is of type LongArray.
Null = 18The property is of type Null.
Object = 19The property is of type Object.
ObjectArray = 20The property is of type ObjectArray.
Short = 21The property is of type Short.
ShortArray = 22The property is of type ShortArray.
String = 25The property is of type String.
StringArray = 26The property is of type StringArray.
SystemTime = 23The property is of type SystemTime.
SystemTimeArray = 24The property is of type SystemTimeArray.