element <attachment> (unified local)
Namespace:
Type:
Content:
complex, 4 elements
Defined:
locally at 2 locations in myInbox.xsd
XML Representation Summary
<attachment>
   
Content: 
</attachment>
Content model elements (4):
content (type xsd:base64Binary), contentType (type xsd:string), name (in attachment), ord (in attachment)
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 element represents a mail attachment.

Location:
within messageContentType complexType [def]
Annotation:
This element represents a mail attachment and is returned by passing the 'includeSimpleMessageViewAttachments' element in query options.
Content Element Detail (all declarations; 4/4)
content
Type:
xsd:base64Binary, predefined, simple content
Defined:
locally within attachmentType complexType
The base64 encoded attachment content
XML Source (see within schema source)
<xsd:element name="content" type="xsd:base64Binary">
<xsd:annotation>
<xsd:documentation>
The base64 encoded attachment content
</xsd:documentation>
</xsd:annotation>
</xsd:element>

contentType
Type:
xsd:string, predefined, simple content
Defined:
locally within attachmentType complexType
The Content-Type of the attachment
XML Source (see within schema source)
<xsd:element name="contentType" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The Content-Type of the attachment
</xsd:documentation>
</xsd:annotation>
</xsd:element>

name
Type:
xsd:string, predefined, simple content
Defined:
locally within attachmentType complexType
The client defined name of the attachment
XML Source (see within schema source)
<xsd:element name="name" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The client defined name of the attachment
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ord
Type:
xsd:unsignedLong, predefined, simple content
Defined:
locally within attachmentType complexType
The unique order that this attachment should appear relative to all other attachments.
XML Source (see within schema source)
<xsd:element name="ord" type="xsd:unsignedLong">
<xsd:annotation>
<xsd:documentation>
The unique order that this attachment should appear relative to all other attachments.
</xsd:documentation>
</xsd:annotation>
</xsd:element>