Documentation

GetStreamingEventsResponseMessageType extends ResponseMessageType
in package

Represents the status and result of a single GetStreamingEvents operation request.

Table of Contents

Properties

$ConnectionStatus  : string
Provides a text description of the status of a streaming subscription.
$DescriptiveLinkKey  : int
Currently unused and reserved for future use.
$ErrorSubscriptionIds  : NonEmptyArrayOfSubscriptionIdsType
Contains a list of subscription IDs that are invalid.
$MessageText  : string
Provides a text description of the status of the response.
$MessageXml  : string
Provides additional error response information.
$Notifications  : NonEmptyArrayOfNotificationsType
Contains a list of information about the subscription and the events that have occurred since the last notification.
$ResponseClass  : string
Describes the status of the response.
$ResponseCode  : string
Provides an error code that identifies the specific error that the request encountered.

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

$ConnectionStatus

Provides a text description of the status of a streaming subscription.

public string $ConnectionStatus
Tags
since

Exchange 2010 SP1

see
ConnectionStatusType

$DescriptiveLinkKey

Currently unused and reserved for future use.

public int $DescriptiveLinkKey

This element contains a value of 0.

Tags
since

Exchange 2007

$ErrorSubscriptionIds

Contains a list of subscription IDs that are invalid.

public NonEmptyArrayOfSubscriptionIdsType $ErrorSubscriptionIds
Tags
since

Exchange 2010 SP1

$MessageText

Provides a text description of the status of the response.

public string $MessageText
Tags
since

Exchange 2007

$MessageXml

Provides additional error response information.

public string $MessageXml
Tags
since

Exchange 2007

todo

Determine if we can use SimpleXML or DOMDocument here.

$Notifications

Contains a list of information about the subscription and the events that have occurred since the last notification.

public NonEmptyArrayOfNotificationsType $Notifications
Tags
since

Exchange 2010 SP1

$ResponseClass

Describes the status of the response.

public string $ResponseClass
Tags
since

Exchange 2007

see
ResponseClassType

$ResponseCode

Provides an error code that identifies the specific error that the request encountered.

public string $ResponseCode
Tags
since

Exchange 2007

see
ResponseCodeType

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