ElcFolderType enum
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
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.