GetSearchableMailboxesType
extends BaseRequestType
in package
Defines a request to get a list of mailboxes that the client has permission to perform an eDiscovery search on.
Table of Contents
Properties
- $ExpandGroupMembership : bool
- Indicates whether to expand the membership of the group.
- $SearchFilter : string
- Contains the query string to filter the mailboxes to be returned.
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
$ExpandGroupMembership
Indicates whether to expand the membership of the group.
public
bool
$ExpandGroupMembership
Tags
$SearchFilter
Contains the query string to filter the mailboxes to be returned.
public
string
$SearchFilter
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