3.1.4.1.4.1 ElcFolderType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The ElcFolderType enumeration identifies folders that accept messaging records management (MRM) policies. In a retention policy tag, this indicates which folder to apply the policy to.
-
<xs:simpleType name="ElcFolderType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="Calendar"/> <xs:enumeration value="Contacts"/> <xs:enumeration value="DeletedItems"/> <xs:enumeration value="Drafts"/> <xs:enumeration value="Inbox"/> <xs:enumeration value="JunkEmail"/> <xs:enumeration value="Journal"/> <xs:enumeration value="Notes"/> <xs:enumeration value="Outbox"/> <xs:enumeration value="SentItems"/> <xs:enumeration value="Tasks"/> <xs:enumeration value="All"/> <xs:enumeration value="ManagedCustomFolder"/> <xs:enumeration value="RssSubscriptions"/> <xs:enumeration value="SyncIssues"/> <xs:enumeration value="ConversationHistory"/> <xs:enumeration value="Personal"/> <xs:enumeration value="RecoverableItems"/> <xs:enumeration value="NonIpmRoot"/> </xs:restriction> </xs:simpleType>
The following table specifies the allowable values for the ElcFolderType simple type.
Value |
Meaning |
---|---|
Calendar |
|
Contacts |
|
DeletedItems |
|
Drafts |
|
Inbox |
|
JunkEmail |
|
Journal |
|
Notes |
|
Outbox |
|
SentItems |
|
Tasks |
|
All |
|
ManagedCustomFolder |
|
RssSubscriptions |
|
SyncIssues |
|
ConversationHistory |
|
Personal |
|
RecoverableItems |
|
NonIpmRoot |
Root folder that is not an Inter-Personal Mail (IPM) folder. |