Namespace: |
|
Type: |
|
Content: |
|
Defined: |
locally at 2 locations in myInbox.xsd |
XML Representation Summary |
||||||
<recipient |
||||||
|
||||||
> |
||||||
|
||||||
</recipient> |
Type: |
|
Use: |
required |
Defined: |
Derivation: |
restriction of xsd:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Specifies whether the recipient is in the 'to' or 'cc' list
</xsd:documentation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
</xsd:simpleType>
<xsd:enumeration value="to"/>
</xsd:restriction>
<xsd:enumeration value="cc"/>
</xsd:attribute>
|
Type: |
emailAddressType, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
An e-mail address (for example, someone@microsoft.com).
</xsd:documentation>
</xsd:element>
|
Type: |
hs:localizableString, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The display name of an e-mail address
</xsd:documentation>
</xsd:element>
|