Documentation

ViewFilterType extends Enumeration
in package

Defines the view filter type for a FindConversation operation.

Table of Contents

Constants

ALL  = 'All'
Find all conversations.
CLUTTER  = 'Clutter'
For internal use only.
FLAGGED  = 'Flagged'
Find flagged conversations.
HAS_ATTACHMENT  = 'HasAttachment'
Find conversations with attachments.
NO_CLUTTER  = 'NoClutter'
For internal use only.
TASK_ACTIVE  = 'TaskActive'
Find active tasks.
TASK_COMPLETED  = 'TaskCompleted'
Find completed tasks.
TASK_OVERDUE  = 'TaskOverdue'
Find overdue tasks.
TO_OR_CC_ME  = 'ToOrCcMe'
Find conversations addressed or cc'd to me.
UNREAD  = 'Unread'
Find unread conversations.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

ALL

Find all conversations.

public string ALL = 'All'
Tags
since

Exchange 2013

CLUTTER

For internal use only.

public string CLUTTER = 'Clutter'
Tags
since

Exchange 2013

FLAGGED

Find flagged conversations.

public string FLAGGED = 'Flagged'
Tags
since

Exchange 2013

HAS_ATTACHMENT

Find conversations with attachments.

public string HAS_ATTACHMENT = 'HasAttachment'
Tags
since

Exchange 2013

NO_CLUTTER

For internal use only.

public string NO_CLUTTER = 'NoClutter'
Tags
since

Exchange 2013

TASK_ACTIVE

Find active tasks.

public string TASK_ACTIVE = 'TaskActive'
Tags
since

Exchange 2013

TASK_COMPLETED

Find completed tasks.

public string TASK_COMPLETED = 'TaskCompleted'
Tags
since

Exchange 2013

TASK_OVERDUE

Find overdue tasks.

public string TASK_OVERDUE = 'TaskOverdue'
Tags
since

Exchange 2013

TO_OR_CC_ME

Find conversations addressed or cc'd to me.

public string TO_OR_CC_ME = 'ToOrCcMe'
Tags
since

Exchange 2013

UNREAD

Find unread conversations.

public string UNREAD = 'Unread'
Tags
since

Exchange 2013

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results