Enum UserConfigurationProperties
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Identifies the user configuration properties to retrieve.
[Flags]
public enum UserConfigurationProperties
Fields
All = Id | Dictionary | XmlData | BinaryDataRetrieve all properties.
BinaryData = 8Retrieve the BinaryData property.
Dictionary = 2Retrieve the Dictionary property.
Id = 1Retrieve the Id property.
XmlData = 4Retrieve the XmlData property.