3.1.4.3.1.1 tns:GetAttachmentSoapIn Message
The GetAttachmentSoapIn WSDL message specifies the GetAttachment operation request to get an attachment.
-
<wsdl:message name="GetAttachmentSoapIn"> <wsdl:part name="request" element="tns:GetAttachment" /> <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/> <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/> <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/> <wsdl:part name="TimeZoneContext" element="t:TimeZoneContext"/> </wsdl:message>
The GetAttachmentSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/GetAttachment.
The five parts of the GetAttachmentSoapIn message are described in the following table.
Part |
Element/type |
Description |
---|---|---|
request |
tns:GetAttachment (section 3.1.4.3.2.1) |
Specifies the SOAP body of the request to get an attachment. |
Impersonation |
t:ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3) |
Specifies a SOAP header that identifies the user who the client application is impersonating. |
MailboxCulture |
t:MailboxCulture ([MS-OXWSCDATA] section 2.2.3.6) |
Specifies a SOAP header that identifies the culture to use for accessing the mailbox. The cultures are defined by [RFC3066]. |
RequestVersion |
t:RequestServerVersion ([MS-OXWSCDATA] section 2.2.3.9) |
Specifies a SOAP header that identifies the schema version for the GetAttachment operation request. |
TimeZoneContext |
t:TimeZoneContext ([MS-OXWSGTZ] section 2.2.3.4) |
Specifies a time zone definition and enables associating SOAP attributes with the definition. |