element <recipient> (unified local)
Namespace:
Type:
Content:
complex, 1 attribute, 2 elements
Defined:
locally at 2 locations in myInbox.xsd
XML Representation Summary
<recipient
   
 = 
("to" | "cc")
   
>
   
Content: 
</recipient>
Content model elements (2):
email (type emailAddressType), name (type hs:localizableString)
Included in content model of elements (1):
messageContent (in message in myInbox)
Definition Locations
Annotations (2) (by all definition locations)
Location:
within messageContentType complexType [def]
Annotation:
Specifies the recipient of this message and where they appear. A collection of recipient elements is only returned if the query option 'expandRecipients' is specified.

Location:
within replyToType complexType [def]
Annotation:
Specifies the recipient of this replyTo message.
Attribute Detail (all declarations; 1/1)
type
Type:
anonymous simpleType (restriction of xsd:string)
Use:
required
Defined:
locally within emailToCcType complexType
Specifies whether the recipient is in the 'to' or 'cc' 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' or 'cc' list
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="to"/>
<xsd:enumeration value="cc"/>
</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>