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 = 1Boolean type.
Byte = 2Byte type.
ByteArray = 9Byte array type
DateTime = 0DateTime type.
Integer32 = 432-bit integer type.
Integer64 = 664-bit integer type.
String = 3String type.
StringArray = 8String array type.
UnsignedInteger32 = 532-bit unsigned integer type.
UnsignedInteger64 = 764-bit unsigned integer type.