4.5 GetUMProperties Operation

The following example shows how to retrieve the list of Unified Messaging properties for the mailbox of the user who is making the request.

The following is the request to retrieve the list of properties.

 <?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
     <GetUMProperties xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" />
   </soap:Body>
 </soap:Envelope>

The following is the response to the request to retrieve the list of properties.

 <?xml version="1.0" encoding="utf-8" ?>
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <soap:Body>
 <GetUMPropertiesResponse xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
  <GetUMPropertiesResponse>
   <OofStatus>false</OofStatus>
   <MissedCallNotificationEnabled>true</MissedCallNotificationEnabled>
   <PlayOnPhoneDialString>12345</PlayOnPhoneDialString>
   <TelephoneAccessNumbers>54321</TelephoneAccessNumbers>
 <TelephoneAccessFolderEmail>AAAAAGsd2rbQLVtLobUGbrq/9IUBAEX2ikn/L8JJtI5WHI0FAW8AAAFXHhsAAA==</TelephoneAccessFolderEmail>
  </GetUMPropertiesResponse>
 </GetUMPropertiesResponse>
 </soap:Body>
 </soap:Envelope>