ArrayOfDLExpansionType
extends ArrayType
in package
Represents an array of mailboxes that are contained in a distribution list.
Tags
Table of Contents
Properties
- $AbsoluteDenominator : array<string|int, int>
- Represents the next denominator to use for the next request when you are using fraction page views.
- $IncludesLastItemInRange : array<string|int, bool>
- Indicates whether the current results contain the last item in the query so that additional paging is not needed.
- $IndexedPagingOffset : array<string|int, string>
- Represents the next index that should be used for the next request when you are using an indexed page view.
- $Mailbox : array<string|int, EmailAddressType>
- Identifies a mail-enabled Active Directory directory service object.
- $NumeratorOffset : array<string|int, int>
- Represents the new numerator value to use for the next request when you are using fraction page views.
- $TotalItemsInView : array<string|int, int>
- Represents the total number of items in the view.
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 you are using fraction page views.
public
array<string|int, int>
$AbsoluteDenominator
= array()
Tags
$IncludesLastItemInRange
Indicates whether the current results contain the last item in the query so that additional paging is not needed.
public
array<string|int, bool>
$IncludesLastItemInRange
= array()
Tags
$IndexedPagingOffset
Represents the next index that should be used for the next request when you are using an indexed page view.
public
array<string|int, string>
$IndexedPagingOffset
= array()
Tags
$Mailbox
Identifies a mail-enabled Active Directory directory service object.
public
array<string|int, EmailAddressType>
$Mailbox
= array()
Tags
$NumeratorOffset
Represents the new numerator value to use for the next request when you are using fraction page views.
public
array<string|int, int>
$NumeratorOffset
= array()
Tags
$TotalItemsInView
Represents the total number of items in the view.
public
array<string|int, int>
$TotalItemsInView
= array()
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