UserConfiguration

Last modified: May 18, 2010

Applies to: Exchange Server 2007 | Exchange Server 2010

The UserConfiguration element defines a single user configuration object.

<UserConfiguration>
   <UserConfigurationName/>
   <ItemId/>
   <Dictionary/>
   <XmlData/>
  <BinaryData/>
</UserConfiguration>

UserConfigurationType

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element

Description

UserConfigurationName

Represents the name of a user configuration object. This element must be used when you create a user configuration object.

ItemId

Defines the user configuration object item identifier.

Dictionary

Defines a set of dictionary property entries for a user configuration object.

XmlData

Contains XML data property content for a user configuration object.

BinaryData

Contains binary data property content for a user configuration object.

Parent Elements

Element

Description

CreateUserConfiguration

Represents a request to create a user configuration object.

GetUserConfigurationResponseMessage

Represents a response that returns a user configuration object.

UpdateUserConfiguration

Represents a request to update a user configuration object.

Remarks

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services of the Client Access server.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/messages

Schema Name

Messages schema

Validation File

Messages.xsd

Can be Empty

False

See Also

Other Resources