AttendeeType
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The AttendeeType element represents the type of attendee that is identified in the Email (EmailAddressType) element. This element is used in requests for meeting suggestions.
MailboxDataArray
MailboxData
AttendeeType
<AttendeeType>Organizer or Required or Optional or Room or Resource</AttendeeType>
MeetingAttendeeType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
None.
Parent elements
Element | Description |
|---|---|
Represents an individual mailbox user and options for the type of data to be returned about the mailbox user. The following is the XPath to this element: /GetUserAvailabilityRequest/MailboxDataArray[i]/MailboxData |
A text value is required for this element. The following table lists the possible values for this element.
Value | Description |
|---|---|
Organizer | The mailbox user and attendee who created the calendar item. |
Required | A mailbox user who is a required attendee to the meeting. |
Optional | A mailbox user who is an optional attendee to the meeting. |
Room | A mailbox entity that represents a room resource used for the meeting. |
Resource | A resource such as a TV or projector that is scheduled for use in the meeting. |
This element is a required child element of the MailboxData element. This element can only occur once in the MailboxData element. The schema that describes this element is located in the /EWS/ directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.
Note |
|---|
The AttendeeType schema type is used to represent attendees to a calendar item. Do not confuse this element with elements of the AttendeeType schema type. |
Note