QueryStringType
extends Type
in package
Represents a mailbox query string based on Advanced Query Syntax (AQS).
Tags
Table of Contents
Properties
- $_ : string
- Text value of the query string.
- $ResetCache : bool
- Indicates that the cache should be reset.
- $ReturnDeletedItems : bool
- Indicates that deleted items should be returned.
- $ReturnHighlightTerms : bool
- Indicates that highlighted terms should 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
$_
Text value of the query string.
public
string
$_
Tags
$ResetCache
Indicates that the cache should be reset.
public
bool
$ResetCache
Tags
$ReturnDeletedItems
Indicates that deleted items should be returned.
public
bool
$ReturnDeletedItems
Tags
$ReturnHighlightTerms
Indicates that highlighted terms should be returned.
public
bool
$ReturnHighlightTerms
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