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

Calendar folder.

Contacts

Contacts folder.

DeletedItems

Deleted Items folder.

Drafts

Drafts folder.

Inbox

Inbox folder.

JunkEmail

Junk Email folder.

Journal

Journal folder.

Notes

Notes folder.

Outbox

Outbox folder.

SentItems

Sent Items folder.

Tasks

Tasks folder.

All

All folders. This indicates the default policy tag.

ManagedCustomFolder

Managed custom folder.

RssSubscriptions

RSS subscriptions folder.

SyncIssues

Synchronization issues folder.

ConversationHistory

Conversation history folder.

Personal

Personal folder. This is folder created by the user.

RecoverableItems

Recoverable items folder.

NonIpmRoot

Root folder that is not an Inter-Personal Mail (IPM) folder.