3.1.4.7.2.1 m:PlayOnPhoneType Complex Type

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

 <xs:complexType name="PlayOnPhoneType">
   <xs:complexContent>
     <xs:extension
       base="m:BaseRequestType"
     >
       <xs:sequence>
         <xs:element name="ItemId"
           type="t:ItemIdType"
           maxOccurs="1"
           minOccurs="1"
          />
         <xs:element name="DialString"
           type="xs:string"
           maxOccurs="1"
           minOccurs="1"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

ItemId

t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25)

Specifies the voice mail or item identifier of the voice mail or item to play on the telephone number identified by the DialString element. This element MUST be present.

DialString

xs:string [XMLSCHEMA2]

Specifies the dial string of the telephone, as defined in [RFC3966], that plays the voice mail or mailbox item as identified by the ItemId element. This element MUST be present.