Documentation

StreamingSubscriptionRequest extends Type
in package

Represents a subscription to a streaming event notification subscription.

Table of Contents

Properties

$EventTypes  : NonEmptyArrayOfNotificationEventTypesType
Contains a collection of event notifications that are used to create a subscription.
$FolderIds  : NonEmptyArrayOfBaseFolderIdsType
Contains an array of folder identifiers that are used to identify folders to monitor for event notifications.
$SubscribeToAllFolders  : bool
Indicates whether the server will subscribe to all folders in the user's mailbox.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$EventTypes

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

public NonEmptyArrayOfNotificationEventTypesType $EventTypes
Tags
since

Exchange 2010 SP1

$FolderIds

Contains an array of folder identifiers that are used to identify folders to monitor for event notifications.

public NonEmptyArrayOfBaseFolderIdsType $FolderIds
Tags
since

Exchange 2010 SP1

$SubscribeToAllFolders

Indicates whether the server will subscribe to all folders in the user's mailbox.

public bool $SubscribeToAllFolders

A value of true indicates that the server will subscribe.

Tags
since

Exchange 2010 SP1

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results