ElcFolderType enum

Defines the folder type of a retention policy tag.
Inheritance

Constructors

ElcFolderType()
const

Values

Calendar → const ElcFolderType
Calendar folder.
Contacts → const ElcFolderType
Contacts folder.
DeletedItems → const ElcFolderType
Deleted Items.
Drafts → const ElcFolderType
Drafts folder.
Inbox → const ElcFolderType
Inbox.
JunkEmail → const ElcFolderType
Junk mail.
Journal → const ElcFolderType
Journal.
Notes → const ElcFolderType
Notes.
Outbox → const ElcFolderType
Outbox.
SentItems → const ElcFolderType
Sent Items.
Tasks → const ElcFolderType
Tasks folder.
All → const ElcFolderType
Policy applies to all folders that do not have a policy.
ManagedCustomFolder → const ElcFolderType
Policy is for an organizational policy.
RssSubscriptions → const ElcFolderType
Policy is for the RSS Subscription (default) folder.
SyncIssues → const ElcFolderType
Policy is for the Sync Issues (default) folder.
ConversationHistory → const ElcFolderType
Policy is for the Conversation History (default) folder. This folder is used by the Office Communicator to archive IM conversations.
Personal → const ElcFolderType
Policy is for the personal folders.
RecoverableItems → const ElcFolderType
Policy is for Dumpster 2.0.
NonIpmRoot → const ElcFolderType
Non IPM Subtree root.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ElcFolderType>
A constant List of the values in this enum, in order of their declaration.