Documentation

QueryStringType extends Type
in package

Represents a mailbox query string based on Advanced Query Syntax (AQS).

Tags
todo

Create a base string class?

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

$ResetCache

Indicates that the cache should be reset.

public bool $ResetCache
Tags
since

Exchange 2013

$ReturnDeletedItems

Indicates that deleted items should be returned.

public bool $ReturnDeletedItems
Tags
since

Exchange 2013

$ReturnHighlightTerms

Indicates that highlighted terms should be returned.

public bool $ReturnHighlightTerms
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