Table of Contents

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 | BinaryData

Retrieve all properties.

BinaryData = 8

Retrieve the BinaryData property.

Dictionary = 2

Retrieve the Dictionary property.

Id = 1

Retrieve the Id property.

XmlData = 4

Retrieve the XmlData property.