Documentation

ExpandDLResponseMessageType extends ResponseMessageType
in package

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

Tags
todo

Create a FindResponsePagingAttributes trait.

Table of Contents

Properties

$AbsoluteDenominator  : int
Represents the next denominator to use for the next request when doing\ fractional paging.
$DescriptiveLinkKey  : int
Currently unused and reserved for future use.
$DLExpansion  : ArrayOfDLExpansionType
Contains an array of mailboxes that are contained in a distribution list.
$IncludesLastItemInRange  : bool
Indicates that additional paging is not needed.
$IndexedPagingOffset  : string
Represents the next index that should be used for the next request when an indexed paging view is used.
$MessageText  : string
Provides a text description of the status of the response.
$MessageXml  : string
Provides additional error response information.
$NumeratorOffset  : int
Represents the new numerator value to use for the next request when fraction page views are used.
$ResponseClass  : string
Describes the status of the response.
$ResponseCode  : string
Provides an error code that identifies the specific error that the request encountered.
$TotalItemsInView  : int
Represents the total number of items that pass the restriction.

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

$AbsoluteDenominator

Represents the next denominator to use for the next request when doing\ fractional paging.

public int $AbsoluteDenominator
Tags
since

Exchange 2007

$DescriptiveLinkKey

Currently unused and reserved for future use.

public int $DescriptiveLinkKey

This element contains a value of 0.

Tags
since

Exchange 2007

$DLExpansion

Contains an array of mailboxes that are contained in a distribution list.

public ArrayOfDLExpansionType $DLExpansion
Tags
since

Exchange 2007

$IncludesLastItemInRange

Indicates that additional paging is not needed.

public bool $IncludesLastItemInRange

This attribute will be true if the current results contain the last item in the query.

Tags
since

Exchange 2007

$IndexedPagingOffset

Represents the next index that should be used for the next request when an indexed paging view is used.

public string $IndexedPagingOffset
Tags
since

Exchange 2007

$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.

$NumeratorOffset

Represents the new numerator value to use for the next request when fraction page views are used.

public int $NumeratorOffset
Tags
since

Exchange 2007

$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

$TotalItemsInView

Represents the total number of items that pass the restriction.

public int $TotalItemsInView
Tags
since

Exchange 2007

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