MapiPropertyType enumeration
Defines the MAPI type of an extended property.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
| Member name | Description | |
|---|---|---|
| ApplicationTime | The property is of type ApplicationTime. | |
| ApplicationTimeArray | The property is of type ApplicationTimeArray. | |
| Binary | The property is of type Binary. | |
| BinaryArray | The property is of type BinaryArray. | |
| Boolean | The property is of type Boolean. | |
| CLSID | The property is of type CLSID. | |
| CLSIDArray | The property is of type CLSIDArray. | |
| Currency | The property is of type Currency. | |
| CurrencyArray | The property is of type CurrencyArray. | |
| Double | The property is of type Double. | |
| DoubleArray | The property is of type DoubleArray. | |
| Error | The property is of type Error. | |
| Float | The property is of type Float. | |
| FloatArray | The property is of type FloatArray. | |
| Integer | The property is of type Integer. | |
| IntegerArray | The property is of type IntegerArray. | |
| Long | The property is of type Long. | |
| LongArray | The property is of type LongArray. | |
| Null | The property is of type Null. | |
| Object | The property is of type Object. | |
| ObjectArray | The property is of type ObjectArray. | |
| Short | The property is of type Short. | |
| ShortArray | The property is of type ShortArray. | |
| SystemTime | The property is of type SystemTime. | |
| SystemTimeArray | The property is of type SystemTimeArray. | |
| String | The property is of type String. | |
| StringArray | The property is of type StringArray. |
Show: