3.1.4.2.3.3 t:StreamingSubscriptionRequestType Complex Type

The StreamingSubscriptionRequestType complex type specifies a subscription to streaming event notifications.

 <xs:complexType>
   <xs:sequence>
     <xs:element name="FolderIds"
       type="t:NonEmptyArrayOfBaseFolderIdsType"
       minOccurs="0"
      />
     <xs:element name="EventTypes"
       type="t:NonEmptyArrayOfNotificationEventTypesType"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

FolderIds

t:NonEmptyArrayOfBaseFolderIdsType ([MS-OXWSFOLD] section 3.1.4.6.3.3)

Specifies an array of folder identifiers that are used to identify folders to be monitored for event notifications.

EventTypes

t:NonEmptyArrayOfNotificationEventTypesType (section 3.1.4.3.3.4)

Specifies a collection of event notifications that are used to create a subscription.