Documentation

SearchItemKindType extends Enumeration
in package

Defines the type of item to search for.

Table of Contents

Constants

CONTACT  = 'Contacts'
Indicates that contacts are searched for keywords.
DOCUMENT  = 'Docs'
Indicates that documents are searched for keywords.
EMAIL  = 'Email'
Indicates that email messages are searched for keywords.
FAX  = 'Faxes'
Indicates that faxes are searched for keywords.
INSTANT_MESSAGE  = 'Im'
Indicates that instant messages are searched for keywords.
JOURNAL  = 'Journals'
Indicates that journals are searched for keywords.
MEETING  = 'Meetings'
Indicates that meetings are searched for keywords.
NOTE  = 'Notes'
Indicates that notes are searched for keywords.
POST  = 'Posts'
Indicates that posts are searched for keywords.
RSS_FEEDS  = 'Rssfeeds'
Indicates that RSS feeds are searched for keywords.
TASK  = 'Tasks'
Indicates that tasks are searched for keywords.
VOICEMAIL  = 'Voicemail'
Indicates that voice mails are searched for keywords.

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

CONTACT

Indicates that contacts are searched for keywords.

public string CONTACT = 'Contacts'
Tags
since

Exchange 2013

DOCUMENT

Indicates that documents are searched for keywords.

public string DOCUMENT = 'Docs'
Tags
since

Exchange 2013

EMAIL

Indicates that email messages are searched for keywords.

public string EMAIL = 'Email'
Tags
since

Exchange 2013

FAX

Indicates that faxes are searched for keywords.

public string FAX = 'Faxes'
Tags
since

Exchange 2013

INSTANT_MESSAGE

Indicates that instant messages are searched for keywords.

public string INSTANT_MESSAGE = 'Im'
Tags
since

Exchange 2013

JOURNAL

Indicates that journals are searched for keywords.

public string JOURNAL = 'Journals'
Tags
since

Exchange 2013

MEETING

Indicates that meetings are searched for keywords.

public string MEETING = 'Meetings'
Tags
since

Exchange 2013

NOTE

Indicates that notes are searched for keywords.

public string NOTE = 'Notes'
Tags
since

Exchange 2013

POST

Indicates that posts are searched for keywords.

public string POST = 'Posts'
Tags
since

Exchange 2013

RSS_FEEDS

Indicates that RSS feeds are searched for keywords.

public string RSS_FEEDS = 'Rssfeeds'
Tags
since

Exchange 2013

TASK

Indicates that tasks are searched for keywords.

public string TASK = 'Tasks'
Tags
since

Exchange 2013

VOICEMAIL

Indicates that voice mails are searched for keywords.

public string VOICEMAIL = 'Voicemail'
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