MailboxData
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The MailboxData element represents an individual mailbox user and options for the type of data to be returned about the mailbox user.
MailboxDataArray
MailboxData
<MailboxData> <Email>...</Email> <AttendeeType>...</AttendeeType> <ExcludeConflicts>...</ExcludeConflicts> <MailboxData>
MailboxData
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
Element | Description | ||
|---|---|---|---|
Represents the mailbox user for a GetUserAvailability query. | |||
Represents the type of attendee identified in the Email (EmailAddressType) element. This is used in requests for meeting suggestions. | |||
Specifies whether to return suggested times for calendar times that conflict among the attendees. |
Parent elements
Element | Description |
|---|---|
Contains a list of mailboxes to query for availability information. The following is the XPath to this element: /GetUserAvailabilityRequest/MailboxDataArray[i] |
<MailboxDataArray>
<MailboxData xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<Email>
<Name></Name>
<Address>someone@ExServer.example.com</Address>
<RoutingType>SMTP</RoutingType>
</Email>
<AttendeeType>Organizer</AttendeeType>
<ExcludeConflicts>false</ExcludeConflicts>
</MailboxData>
</MailboxDataArray>
Note