element <recipient> (unified local)
Namespace:
Type:
Content:
complex, 1 attribute, 2 elements
Defined:
locally at 4 locations in myInbox.xsd
XML Representation Summary
<recipient
   
 = 
("to" | "cc" | "bcc")
   
>
   
Content: 
</recipient>
Content model elements (2):
email (type emailAddressType), name (type hs:localizableString)
Included in content model of elements (4):
draftContent (in draft), forwardAsAttachment (in action), forwardMessage (in action), redirectMessage (in action)
Definition Locations
Annotations (1) (by all definition locations)
Location:
within draftContentType complexType [def]
Annotation:
Specifies the recipient of this message and where they appear.
Attribute Detail (all declarations; 1/1)
type
Type:
anonymous simpleType (restriction of xsd:string)
Use:
required
Defined:
locally within emailToCcBccType complexType
Specifies whether the recipient is in the 'to', 'cc' or 'bcc' list
Anonymous simpleType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:attribute name="type" use="required">
<xsd:annotation>
<xsd:documentation>
Specifies whether the recipient is in the 'to', 'cc' or 'bcc' list
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="to"/>
<xsd:enumeration value="cc"/>
<xsd:enumeration value="bcc"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
Content Element Detail (all declarations; 2/2)
email
Type:
emailAddressType, simple content
Defined:
locally within emailType complexType
An e-mail address (for example, someone@microsoft.com).
XML Source (see within schema source)
<xsd:element name="email" type="emailAddressType">
<xsd:annotation>
<xsd:documentation>
An e-mail address (for example, someone@microsoft.com).
</xsd:documentation>
</xsd:annotation>
</xsd:element>

name
Type:
hs:localizableString, simple content
Defined:
locally within emailType complexType
The display name of an e-mail address
XML Source (see within schema source)
<xsd:element name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
The display name of an e-mail address
</xsd:documentation>
</xsd:annotation>
</xsd:element>