Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SubscribeResponseMessageType complex type specifies the status and result of a single Subscribe operation request, as specified in section 3.1.4.3. The SubscribeResponseMessageType complex type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.
-
<xs:complexType name="SubscribeResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence> <xs:element name="SubscriptionId" type="t:SubscriptionIdType" minOccurs="0" /> <xs:element name="Watermark" type="t:WatermarkType" minOccurs="0" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists and describes the child elements of the SubscribeResponseMessageType complex type.
Element name |
Type |
Description |
---|---|---|
SubscriptionId |
t:SubscriptionIdType (section 2.2.5.2) |
Specifies the identifier for a subscription. |
Watermark |
t:WatermarkType (section 2.2.5.1) |
Specifies an event bookmark in the mailbox event queue. |