3.1.4.7.2.4 m:PlayOnPhoneResponseMessageType Complex Type

The PlayOnPhoneResponseMessageType complex type specifies the response to a request to play a voice mail or mailbox item over the telephone. The PlayOnPhoneResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.

 <xs:complexType name="PlayOnPhoneResponseMessageType">
   <xs:complexContent>
     <xs:extension
       base="m:ResponseMessageType"
     >
       <xs:sequence>
         <xs:element name="PhoneCallId"
           type="t:PhoneCallIdType"
           maxOccurs="1"
           minOccurs="0"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child elements of the PlayOnPhoneResponseMessageType complex type.

Element name

Type

Description

PhoneCallId

t:PhoneCallIdType (section 2.2.4.1)

Specifies the telephone call identifier. This element MUST be present if the request is successful. This element MUST NOT be present if the request is unsuccessful.