element <type> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within folderType complexType in myInbox.xsd; see XML source
XML Representation Summary
<type>
   
Content: 
{ "inbox" | "drafts" | "deleted" | "sent" | "custom" }
</type>
Included in content model of elements (1):
folder (in myInbox)
Annotation
This element contains a type identifier for this folder. And will contain the value 'inbox, 'sent', 'drafts' or 'delete' for the four special folders. For all other folders, this value will be 'custom'
XML Source (see within schema source)
<xsd:element name="type" type="folderTypeEnum">
<xsd:annotation>
<xsd:documentation>
This element contains a type identifier for this folder. And will contain the value
'inbox, 'sent', 'drafts' or 'delete' for the four special folders. For all other folders, this
value will be 'custom'
</xsd:documentation>
</xsd:annotation>
</xsd:element>