element <htmlBody> (unified local)
Namespace:
Type:
Content:
complex, 2 elements
Defined:
locally at 2 locations in myInbox.xsd
XML Representation Summary
<htmlBody>
   
Content: 
</htmlBody>
Content model elements (2):
body (in htmlBody), inlineAttachment (in htmlBody)
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 messageContentType complexType [def]
Annotation:
The html body representation of the message. This element can also contain inline attachments that are related to the html content via the 'uri' element of the inline attachment. This element is returned by passing the 'includeSimpleMessageView' element in query options.

Location:
within draftContentType complexType [def]
Annotation:
The html body representation of the draft. This element can optionally contain inline attachments
Content Element Detail (all declarations; 2/2)
body
Type:
xsd:string, predefined, simple content
Defined:
locally within htmlBodyType complexType
The contents of the body.
XML Source (see within schema source)
<xsd:element name="body" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The contents of the body.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

inlineAttachment
Type:
inlineAttachmentType, complex content
Defined:
locally within htmlBodyType complexType
This element represents an inline attachment
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="inlineAttachment" type="inlineAttachmentType">
<xsd:annotation>
<xsd:documentation>
This element represents an inline attachment
</xsd:documentation>
</xsd:annotation>
</xsd:element>