MailboxData
Last modified: March 16, 2009
Applies to: Exchange Server 2007 | Exchange Server 2010
The MailboxData element represents an individual mailbox user and options for the type of data to be returned about the mailbox user.
GetUserAvailabilityRequest
MailboxDataArray
MailboxData
<MailboxData>
<Email>...</Email>
<AttendeeType>...</AttendeeType>
<ExcludeConflicts>...</ExcludeConflicts>
<MailboxData>
MailboxData
Attributes and Elements
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 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] |
Remarks
A client application can define one to many MailboxData elements.
Note
The schema that describes this element is located in the EWS virtual directory of the computer that is running Exchange Server 2007 that has the Client Access server role installed.
Example
<MailboxDataArray>
<MailboxData xmlns="https://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>
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