EnhancedLocation

The EnhancedLocation element specifies location information such as the name, address, and optional notes about a location.

<EnhancedLocation>
    <DisplayName/>
    <Annotation/>
    <PostalAddress/>
</EnhancedLocation>

EnhancedLocationType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
DisplayName (string)
Defines the display name of a folder, contact, distribution list, delegate user, location, or rule.
Annotation
Contains optional notes added by a user.
PostalAddress (PersonaPostalAddressType)
Specifies the postal address for a persona.

Parent elements

Element Description
CalendarItem
Represents an Exchange calendar item.
MeetingCancellation
Represents a meeting cancellation in the Exchange store.
MeetingResponse
Represents a meeting response in the Exchange store.

Remarks

This element was introduced in Exchange Server 2013.

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/types
Schema Name
Type schema
Validation File
types.xsd
Can Be Empty

See also