element <saveMessageRequest> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in myInbox.xsd; see XML source
Includes:
definition of 1 element
Used:
never
XML Representation Summary
<saveMessageRequest>
   
Content: 
</saveMessageRequest>
Content model elements (1):
completeLocalMessage (in saveMessageRequest)
Annotation
This method is used to save a local message (for example in a PST file) into myInbox. 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="saveMessageRequest">
<xsd:annotation>
<xsd:documentation>
This method is used to save a local message (for example in a PST file) into myInbox.

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>
<xsd:element maxOccurs="1" minOccurs="0" name="completeLocalMessage" type="completeLocalMessageType">
<xsd:annotation>
<xsd:documentation>
This element represents a complete local message to add to myInbox.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 1/1)
completeLocalMessage
Type:
completeLocalMessageType, complex content
Defined:
locally within (this) saveMessageRequest element
This element represents a complete local message to add to myInbox.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="completeLocalMessage" type="completeLocalMessageType">
<xsd:annotation>
<xsd:documentation>
This element represents a complete local message to add to myInbox.
</xsd:documentation>
</xsd:annotation>
</xsd:element>