GetUserOofSettingsRequest
Exchange Server 2013
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The GetUserOofSettingsRequest element is the root element that contains the arguments used to get a mailbox user's Out of Office (OOF) settings.
<GetUserOofSettingsRequest> <Mailbox>...</Mailbox> </GetUserOofSettingsRequest>
GetUserOofSettingsRequest
The following is an example of a GetUserOofSettings request that gets a single user's OOF information.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetUserOofSettingsRequest xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<Mailbox xmlns="http://schemas.microsoft.com/exchange/services/2006/types">
<Name>David Alexander</Name>
<Address>someone@example.com</Address>
<RoutingType>SMTP</RoutingType>
</Mailbox>
</GetUserOofSettingsRequest>
</soap:Body>
</soap:Envelope>
Show: