2.2.4.1 m:GetEventsResponseMessageType Complex Type
The GetEventsResponseMessageType complex type specifies the status and result of a single GetEvents request. The GetEventsResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.
-
<xs:complexType name="GetEventsResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence> <xs:element name="Notification" type="t:NotificationType" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the child elements of the GetEventsResponseMessageType complex type.
Element name |
Type |
Description |
---|---|---|
Notification |
t:NotificationType (section 2.2.4.8) |
Specifies information about the subscription and the events that have occurred since the last notification. |