Documentation

SubscribeType extends BaseRequestType
in package

Defines the properties used to create subscriptions.

Table of Contents

Properties

$PullSubscriptionRequest  : PullSubscriptionRequestType
Represents a subscription to a pull-based event notification.
$PushSubscriptionRequest  : PushSubscriptionRequestType
Represents a subscription to a push-based event notification.
$StreamingSubscriptionRequest  : StreamingSubscriptionRequest
Represents a subscription to a streaming event notification.

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

$PullSubscriptionRequest

Represents a subscription to a pull-based event notification.

public PullSubscriptionRequestType $PullSubscriptionRequest
Tags
since

Exchange 2007

$PushSubscriptionRequest

Represents a subscription to a push-based event notification.

public PushSubscriptionRequestType $PushSubscriptionRequest
Tags
since

Exchange 2007

$StreamingSubscriptionRequest

Represents a subscription to a streaming event notification.

public StreamingSubscriptionRequest $StreamingSubscriptionRequest
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