UserConfiguration

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.

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema Name
Messages schema
Validation File
Messages.xsd
Can be Empty
False

See also