Documentation

BaseSubscriptionRequestType extends Type
in package

AbstractYes

Base class for subscription requests.

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 to subscribe to all available folders.
$Watermark  : string
Represents an event bookmark in the mailbox events table.

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 2007

$FolderIds

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

public NonEmptyArrayOfBaseFolderIdsType $FolderIds
Tags
since

Exchange 2007

$SubscribeToAllFolders

Indicates whether to subscribe to all available folders.

public bool $SubscribeToAllFolders

This attribute is optional.

Tags
since

Exchange 2010

$Watermark

Represents an event bookmark in the mailbox events table.

public string $Watermark

This is used to create a subscription starting at an event represented by the watermark.

If the watermark from a Subscribe request is not found, an error response will be returned to the client. This may occur if the watermark is older than 30 days or if the watermark was never present in the mailbox.

Tags
since

Exchange 2007

todo

Determine if we need a WatermarkType.

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