element <unread> (local)
Namespace:
Type:
xsd:unsignedLong
Content:
simple
Defined:
locally within folderType complexType in myInbox.xsd; see XML source
XML Representation Summary
<unread>
   
Content: 
{ xsd:unsignedLong }
</unread>
Included in content model of elements (1):
folder (in myInbox)
Annotation
The calculated count of the unread messages associated with this folder. This element is read only.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="unread" type="xsd:unsignedLong">
<xsd:annotation>
<xsd:documentation>
The calculated count of the unread messages associated with this folder. This element is read only.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="calculatedFieldEarlyBound"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>