ExpandDLResponseMessageType
extends ResponseMessageType
in package
Represents the status and result of a single ExpandDL operation request.
Tags
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
$DescriptiveLinkKey
Currently unused and reserved for future use.
public
int
$DescriptiveLinkKey
This element contains a value of 0.
Tags
$DLExpansion
Contains an array of mailboxes that are contained in a distribution list.
public
ArrayOfDLExpansionType
$DLExpansion
Tags
$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
$IndexedPagingOffset
Represents the next index that should be used for the next request when an indexed paging view is used.
public
string
$IndexedPagingOffset
Tags
$MessageText
Provides a text description of the status of the response.
public
string
$MessageText
Tags
$MessageXml
Provides additional error response information.
public
string
$MessageXml
Tags
$NumeratorOffset
Represents the new numerator value to use for the next request when fraction page views are used.
public
int
$NumeratorOffset
Tags
$ResponseClass
Describes the status of the response.
public
string
$ResponseClass
Tags
$ResponseCode
Provides an error code that identifies the specific error that the request encountered.
public
string
$ResponseCode
Tags
$TotalItemsInView
Represents the total number of items that pass the restriction.
public
int
$TotalItemsInView
Tags
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