ExtendedProperty

The ExtendedProperty element identifies extended MAPI properties on folders and items.

<ExtendedProperty>
   <ExtendedFieldURI/>
   <Values/>
</ExtendedProperty>
<ExtendedProperty>
   <ExtendedFieldURI/>
   <Value/>
</ExtendedProperty>

ExtendedPropertyType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
ExtendedFieldURI
Identifies an extended MAPI property to get, set, or create.
Values
Contains a collection of values for a multivalued extended MAPI property.
Value
Contains the value of single-valued MAPI extended property.

Parent elements

Element Description
CalendarItem
Represents an Exchange calendar item.
Contact
Represents an Exchange contact item.
DistributionList
Represents a distribution list.
Item
Represents an item in the Exchange store.
MeetingCancellation
Represents a meeting cancellation in the Exchange store.
MeetingMessage
Represents a meeting in the Exchange store.
MeetingRequest
Represents a meeting request in the Exchange store.
MeetingResponse
Represents a meeting response in the Exchange store.
Message
Represents an Exchange e-mail message.
RemoveItem
Removes an item from the Exchange store.
Task
Represents a task in the Exchange store.
CalendarFolder
Represents a folder that primarily contains calendar items.
ContactsFolder
Represents a contacts folder in a mailbox.
Folder
Represents a folder to create, get, find, synchronize, or update.
SearchFolder
Represents a search folder that is contained in a mailbox.
TasksFolder
Represents a tasks folder that is contained in a mailbox.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also