Documentation

ElcFolderType extends Enumeration
in package

Defines the type of folder used in a retention policy.

Table of Contents

Constants

ALL  = 'All'
Indicates that the folder is an all folder.
CALENDAR  = 'Calendar'
Indicates that the folder is a calendar folder.
CONTACTS  = 'Contacts'
Indicates that the folder is a contacts folder.
CONVERSATION_HISTORY  = 'ConversationHistory'
Indicates that the folder is a conversation history folder.
DELETED_ITEMS  = 'DeletedItems'
Indicates that the folder is a deleted items folder.
DRAFTS  = 'Drafts'
Indicates that the folder is a drafts folder.
INBOX  = 'Inbox'
Indicates that the folder is an inbox folder.
JOURNAL  = 'Journal'
Indicates that the folder is a journal folder.
JUNK_EMAIL  = 'JunkEmail'
Indicates that the folder is a junk email folder.
MANAGED_CUSTOM_FOLDER  = 'ManagedCustomFolder'
Indicates that the folder is a managed custom folder.
NON_IMPLEMENTED_ROOT  = 'NonIpmRoot'
Indicates that the folder is a non implemented root folder.
NOTES  = 'Notes'
Indicates that the folder is a notes folder.
OUTBOX  = 'Outbox'
Indicates that the folder is a outbox folder.
PERSONAL  = 'Personal'
Indicates that the folder is a personal folder.
RECOVERABLE_ITEMS  = 'RecoverableItems'
Indicates that the folder is a recoverable items folder.
RSS_SUBSCRIPTION  = 'RssSubscriptions'
Indicates that the folder is an RSS subscription folder.
SENT_ITEMS  = 'SentItems'
Indicates that the folder is a sent items folder.
SYNC_ISSUES  = 'SyncIssues'
Indicates that the folder is a sync issues folder.
TASKS  = 'Tasks'
Indicates that the folder is a tasks folder.

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

Indicates that the folder is an all folder.

public string ALL = 'All'
Tags
since

Exchange 2013

CALENDAR

Indicates that the folder is a calendar folder.

public string CALENDAR = 'Calendar'
Tags
since

Exchange 2013

CONTACTS

Indicates that the folder is a contacts folder.

public string CONTACTS = 'Contacts'
Tags
since

Exchange 2013

CONVERSATION_HISTORY

Indicates that the folder is a conversation history folder.

public string CONVERSATION_HISTORY = 'ConversationHistory'
Tags
since

Exchange 2013

DELETED_ITEMS

Indicates that the folder is a deleted items folder.

public string DELETED_ITEMS = 'DeletedItems'
Tags
since

Exchange 2013

DRAFTS

Indicates that the folder is a drafts folder.

public string DRAFTS = 'Drafts'
Tags
since

Exchange 2013

INBOX

Indicates that the folder is an inbox folder.

public string INBOX = 'Inbox'
Tags
since

Exchange 2013

JOURNAL

Indicates that the folder is a journal folder.

public string JOURNAL = 'Journal'
Tags
since

Exchange 2013

JUNK_EMAIL

Indicates that the folder is a junk email folder.

public string JUNK_EMAIL = 'JunkEmail'
Tags
since

Exchange 2013

MANAGED_CUSTOM_FOLDER

Indicates that the folder is a managed custom folder.

public string MANAGED_CUSTOM_FOLDER = 'ManagedCustomFolder'
Tags
since

Exchange 2013

NON_IMPLEMENTED_ROOT

Indicates that the folder is a non implemented root folder.

public string NON_IMPLEMENTED_ROOT = 'NonIpmRoot'
Tags
since

Exchange 2013

NOTES

Indicates that the folder is a notes folder.

public string NOTES = 'Notes'
Tags
since

Exchange 2013

OUTBOX

Indicates that the folder is a outbox folder.

public string OUTBOX = 'Outbox'
Tags
since

Exchange 2013

PERSONAL

Indicates that the folder is a personal folder.

public string PERSONAL = 'Personal'
Tags
since

Exchange 2013

RECOVERABLE_ITEMS

Indicates that the folder is a recoverable items folder.

public string RECOVERABLE_ITEMS = 'RecoverableItems'
Tags
since

Exchange 2013

RSS_SUBSCRIPTION

Indicates that the folder is an RSS subscription folder.

public string RSS_SUBSCRIPTION = 'RssSubscriptions'
Tags
since

Exchange 2013

SENT_ITEMS

Indicates that the folder is a sent items folder.

public string SENT_ITEMS = 'SentItems'
Tags
since

Exchange 2013

SYNC_ISSUES

Indicates that the folder is a sync issues folder.

public string SYNC_ISSUES = 'SyncIssues'
Tags
since

Exchange 2013

TASKS

Indicates that the folder is a tasks folder.

public string TASKS = 'Tasks'
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