Enum UserConfigurationDictionaryObjectType
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Identifies the user configuration dictionary key and value types.
public enum UserConfigurationDictionaryObjectType
Fields
Boolean = 1
Boolean type.
Byte = 2
Byte type.
ByteArray = 9
Byte array type
DateTime = 0
DateTime type.
Integer32 = 4
32-bit integer type.
Integer64 = 6
64-bit integer type.
String = 3
String type.
StringArray = 8
String array type.
UnsignedInteger32 = 5
32-bit unsigned integer type.
UnsignedInteger64 = 7
64-bit unsigned integer type.