element <from> (unified local)
Namespace:
Type:
Content:
complex, 2 elements
Defined:
locally at 2 locations in myInbox.xsd
XML Representation Summary
<from>
   
Content: 
</from>
Content model elements (2):
email (type emailAddressType), name (type hs:localizableString)
Included in content model of elements (2):
draftContent (in draft), messageContent (in message in myInbox)
Definition Locations
Annotations (2) (by all definition locations)
Location:
within draftContentType complexType [def]
Annotation:
This read-only element describes who this message is from. To set this value, set the account element.

Location:
within messageContentType complexType [def]
Annotation:
This read-only element describes who this message is from.
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>