IsUMEnabled operation (UM web service)

The IsUMEnabled operation determines whether a mailbox is enabled for Unified Messaging.

IsUMEnabled request example

Description

The following example of an IsUMEnabled request shows how to form a request to determine whether a mailbox is enabled for Unified Messaging.

Code

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

Successful IsUMEnabled response example

Description

The following example shows a successful response to an IsUMEnabled request.

Code

<?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>
    <IsUMEnabledResponse xmlns="https://schemas.microsoft.com/exchange/services/2006/messages">
      <IsUMEnabledResponse>true</IsUMEnabledResponse> 
    </IsUMEnabledResponse>
  </soap:Body>
</soap:Envelope>

See also

IsUMEnabled (UM web service)

IsUMEnabledResponse (UM web service)

Unified Messaging web service XML elements for Exchange