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
CALENDAR
Indicates that the folder is a calendar folder.
public
string
CALENDAR
= 'Calendar'
Tags
CONTACTS
Indicates that the folder is a contacts folder.
public
string
CONTACTS
= 'Contacts'
Tags
CONVERSATION_HISTORY
Indicates that the folder is a conversation history folder.
public
string
CONVERSATION_HISTORY
= 'ConversationHistory'
Tags
DELETED_ITEMS
Indicates that the folder is a deleted items folder.
public
string
DELETED_ITEMS
= 'DeletedItems'
Tags
DRAFTS
Indicates that the folder is a drafts folder.
public
string
DRAFTS
= 'Drafts'
Tags
INBOX
Indicates that the folder is an inbox folder.
public
string
INBOX
= 'Inbox'
Tags
JOURNAL
Indicates that the folder is a journal folder.
public
string
JOURNAL
= 'Journal'
Tags
JUNK_EMAIL
Indicates that the folder is a junk email folder.
public
string
JUNK_EMAIL
= 'JunkEmail'
Tags
MANAGED_CUSTOM_FOLDER
Indicates that the folder is a managed custom folder.
public
string
MANAGED_CUSTOM_FOLDER
= 'ManagedCustomFolder'
Tags
NON_IMPLEMENTED_ROOT
Indicates that the folder is a non implemented root folder.
public
string
NON_IMPLEMENTED_ROOT
= 'NonIpmRoot'
Tags
NOTES
Indicates that the folder is a notes folder.
public
string
NOTES
= 'Notes'
Tags
OUTBOX
Indicates that the folder is a outbox folder.
public
string
OUTBOX
= 'Outbox'
Tags
PERSONAL
Indicates that the folder is a personal folder.
public
string
PERSONAL
= 'Personal'
Tags
RECOVERABLE_ITEMS
Indicates that the folder is a recoverable items folder.
public
string
RECOVERABLE_ITEMS
= 'RecoverableItems'
Tags
RSS_SUBSCRIPTION
Indicates that the folder is an RSS subscription folder.
public
string
RSS_SUBSCRIPTION
= 'RssSubscriptions'
Tags
SENT_ITEMS
Indicates that the folder is a sent items folder.
public
string
SENT_ITEMS
= 'SentItems'
Tags
SYNC_ISSUES
Indicates that the folder is a sync issues folder.
public
string
SYNC_ISSUES
= 'SyncIssues'
Tags
TASKS
Indicates that the folder is a tasks folder.
public
string
TASKS
= 'Tasks'
Tags
Properties
$_
Element value.
public
string
$_
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
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.