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> |
|||||
|
|||||
</saveMessageRequest> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This method is used to save a local message (for example in a PST file) into myInbox.
</xsd:documentation>
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:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:element maxOccurs="1" minOccurs="0" name="completeLocalMessage" type="completeLocalMessageType">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element represents a complete local message to add to myInbox.
</xsd:documentation>
</xsd:element>
|
Type: |
completeLocalMessageType, complex content |
Defined: |
<xsd:element maxOccurs="1" minOccurs="0" name="completeLocalMessage" type="completeLocalMessageType">
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element represents a complete local message to add to myInbox.
</xsd:documentation>
</xsd:element>
|