Namespace: |
|
Defined: |
globally in myInbox.xsd; see XML source |
Used: |
at 1 location |
Simple Content Model |
"normal" | "personal" | "private" | "confidential" |
Type Derivation Tree
xsd:string (restriction)
![]() |
Derivation: |
restriction of xsd:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element indicates the sensitivity of the message. The value
</xsd:documentation>
can be 'normal', 'personal', 'private', or 'confidential'. If the identity using the .NET Inbox service is a member of the 'assistant' role, that identity will not have read access to e-mail messages that have a value other than 'normal'. <xsd:restriction base="xsd:string">
<xsd:enumeration value="normal"/>
</xsd:restriction>
<xsd:enumeration value="personal"/>
<xsd:enumeration value="private"/>
<xsd:enumeration value="confidential"/>
</xsd:simpleType>
|