3.1.4.1.3.1 m:SendNotificationResponseMessageType Complex Type

The SendNotificationResponseMessageType complex type specifies the status and result of a single SendNotification operation request. The SendNotificationResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.

 <xs:complexType name="SendNotificationResponseMessageType">
   <xs:complexContent>
     <xs:extension
       base="m:ResponseMessageType"
     >
       <xs:sequence>
         <xs:element name="Notification"
           type="t:NotificationType"
           minOccurs="1"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists and describes the child elements of the SendNotificationResponseMessageType complex type.

Element name

Type

Description

Notification

t:NotificationType ([MS-OXWSNTIF] section 2.2.4.8)

Specifies the subscription and the events that have occurred since the last notification.