Mailbox (Availability)
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The Mailbox element represents the mailbox user for a SetUserOofSettings or GetUserOofSettings request.
<Mailbox> <Name>...</Name> <Address>...</Address> <RoutingType>...</RoutingType> </Mailbox>
EmailAddressType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
Element |
Description |
---|---|
Represents the display name of the mailbox user. This element is optional in the SetUserOofSettingsRequest. The GetUserOofSettingsRequest will return this element. |
|
Represents the e-mail address of the mailbox user. This element is required. |
|
Represents the routing protocol for the message. This element is optional in the SetUserOofSettingsRequest. The GetUserOofSettingsRequest will return this element. |
Parent elements
Element |
Description |
---|---|
Used to get a mailbox user's Out of Office (OOF) settings and messages. The following is the XPath expression to this element: /GetUserOofSettingsRequest |
|
Used to set a mailbox user's OOF settings and messages. The following is the XPath expression to this element: /SetUserOofSettingsRequest |