Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 2.45 KB

streamingsubscriptionrequest.md

File metadata and controls

87 lines (58 loc) · 2.45 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
StreamingSubscriptionRequest
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
StreamingSubscriptionRequest
schema
d18f3b60-ebb6-4133-b895-a6ec8942d039
The StreamingSubscriptionRequest element represents a subscription to a streaming event notification subscription.

StreamingSubscriptionRequest

The StreamingSubscriptionRequest element represents a subscription to a streaming event notification subscription.

Subscribe

StreamingSubscriptionRequest

<StreamingSubscriptionRequest SubscribeToAllFolders="">
   <FolderIds/>
   <EventTypes/>
</StreamingSubscriptionRequest>

StreamingSubscriptionRequest

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
SubscribeToAllFolders
Indicates whether the server will subscribe to all folders in the user's mailbox. A value of true indicates that the server will subscribe.

Child elements

Element Description
FolderIds
Contains an array of folder identifiers that are used to identify folders to monitor for event notifications.
EventTypes
Contains a collection of event notifications that are used to create a subscription.

Parent elements

Element Description
Subscribe
Contains the properties that are used to create subscriptions.

Text value

None.

Remarks

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.This element was introduced in Exchange Server 2010 Service Pack 1 (SP1).

Element information

Element Example
Namespace
http://schemas.microsoft.com/exchange/services/2006/messages
Schema name
Messages schema
Validation file
Messages.xsd
Can be empty
False

See also

Subscribe operation

GetEvents operation

GetStreamingEvents operation

Unsubscribe operation