Documentation

GetNonIndexableItemDetailsType extends BaseRequestType
in package

Defines a request to retrieve non-indexable item details.

Table of Contents

Properties

$Mailboxes  : NonEmptyArrayofLegacyDNsType
Specifies an array of Mailbox elements.
$PageDirection  : string
Contains the direction for pagination in the search result.
$PageItemReference  : string
Specifies the reference for a page item.
$PageSize  : int
Contains the number of items to be returned in a single page for a search result.
$SearchArchiveOnly  : bool
Whether or not to search archive folders only.

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

$PageDirection

Contains the direction for pagination in the search result.

public string $PageDirection
Tags
since

Exchange 2013

see
SearchPageDirectionType

$PageSize

Contains the number of items to be returned in a single page for a search result.

public int $PageSize
Tags
since

Exchange 2013

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