DisplayName

Last modified: May 14, 2010

Applies to: Exchange Server 2007 | Exchange Server 2010

The DisplayName element defines the display name of a folder, contact, distribution list, delegate user, or rule.

<DisplayName/>

String

Attributes and Elements

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

Attributes

None.

Child Elements

None.

Parent Elements

Element

Description

CalendarFolder

Represents a calendar folder in a mailbox.

Contact

Represents an Exchange contact item.

ContactsFolder

Represents a contact folder in a mailbox.

DistributionList

Represents a distribution list.

Folder

Represents a folder in a mailbox.

Rule (RuleType)

Represents a rule in a user's mailbox.

SearchFolder

Represents a search folder in a mailbox.

TasksFolder

Represents a task folder in a mailbox.

UserId

Identifies a delegate user or a user who has folder access permissions.

Text Value

A text value that represents the display name is required if this element is used.

Remarks

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

Example

This following example shows how to create a new folder and to set the DisplayName of the folder to "TestFolder".

FolderType folder = new FolderType();
folder.DisplayName = "TestFolder";

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