UserConfigurationName

Last modified: May 17, 2010

Applies to: Exchange Server 2007 | Exchange Server 2010

The UserConfigurationName element represents the name of a user configuration object. The user configuration object name is the identifier for a user configuration object.

<UserConfigurationName Name=””>
   <FolderId/>
</UserConfigurationName>
<UserConfigurationName Name=””>
   <DistinguishedFolderId/>
</UserConfigurationName>

UserConfigurationNameType

Attributes and Elements

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

Attributes

Attribute

Description

Name

Contains a string value that represents the name of a user configuration object. This attribute is required.

Child Elements

Element

Description

FolderId

Represents the folder identifier of the folder that contains the user configuration object.

DistinguishedFolderId

Represents a distinguished folder name of the folder that contains the user configuration object.

Parent Elements

Element

Description

DeleteUserConfiguration

Represents a request to delete a user configuration object.

GetUserConfiguration

Represents a request to get a user configuration object.

UserConfiguration

Defines a single user configuration object.

Text Value

None.

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/types

Schema Name

Types schema

Validation File

Types.xsd

Can be Empty

False

See Also

Other Resources