element <sendMessageRequest> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 2 elements
Used:
never
XML Representation Summary
<sendMessageRequest>
   
Content: 
</sendMessageRequest>
Content model elements (2):
draftMessage (in sendMessageRequest), rawMessage (in sendMessageRequest)
Annotation
This method is used to send a message from myInbox. It takes either a pointer to a draft message to send, or a raw message that represents a full RFC2822/Mime message. This method is accessed using a request message, and in response may generate a domain-specific response message, or may generate a SOAP fault message. The types used in these messages are fully specified in the services base schema document referenced above. The following sample document fragments illustrate the structure and meaning of the elements and attributes in the request and response messages.
XML Source (see within schema source)
<xsd:element name="sendMessageRequest">
<xsd:annotation>
<xsd:documentation>
This method is used to send a message from myInbox. It takes either a pointer to a draft
message to send, or a raw message that represents a full RFC2822/Mime message.

This method is accessed using a request message, and in response may generate a
domain-specific response message, or may generate a SOAP fault message. The types used in
these messages are fully specified in the services base schema document referenced
above. The following sample document fragments illustrate the structure and meaning
of the elements and attributes in the request and response messages.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<!-- TODO: make this a choice -->
<xsd:element maxOccurs="1" minOccurs="0" name="draftMessage" type="draftMessagePointerType">
<xsd:annotation>
<xsd:documentation>
This element is used to identify an existing draft to send.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="rawMessage" type="rawMessageType">
<xsd:annotation>
<xsd:documentation>
This element is used to specify a raw message to send.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 2/2)
draftMessage
Type:
draftMessagePointerType, complex content
Defined:
locally within (this) sendMessageRequest element
This element is used to identify an existing draft to send.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="draftMessage" type="draftMessagePointerType">
<xsd:annotation>
<xsd:documentation>
This element is used to identify an existing draft to send.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

rawMessage
Type:
rawMessageType, complex content
Defined:
locally within (this) sendMessageRequest element
This element is used to specify a raw message to send.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="rawMessage" type="rawMessageType">
<xsd:annotation>
<xsd:documentation>
This element is used to specify a raw message to send.
</xsd:documentation>
</xsd:annotation>
</xsd:element>