3.1.4.2.1.1 tns:FindItemSoapIn Message

The FindItemSoapIn WSDL message specifies the search criteria for the items or items that the FindItem operation returns.

 <wsdl:message name="FindItemSoapIn">
    <wsdl:part name="request" element="tns:FindItem"/>
    <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:part name="DateTimePrecision" element="t:DateTimePrecision" />
    <wsdl:part name="ManagementRole" element="t:ManagementRole" />
 </wsdl:message>

The FindItemSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/FindItem.

The parts of the FindItemSoapIn WSDL message are described in the following table.

Part

Element/type

Description

request

tns:FindItem (section 3.1.4.2.2.1)

Specifies SOAP body of the request.

Impersonation

t:ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3)

Specifies a SOAP header that identifies the user that 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 to access 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 FindItem operation request.

TimeZoneContext

t:TimeZoneContext ([MS-OXWSGTZ] section 2.2.3.4)

Specifies a SOAP header that identifies the time zone to use for all responses from the server. All times that are returned from the server will be converted to the specified time zone.

DateTimePrecision

t:DateTimePrecision ([MS-OXWSCDATA] section 2.2.3.1)

Specifies a SOAP header that identifies the resolution of date/time values in responses from the server, either in seconds or in milliseconds.<16>

ManagementRole

t:ManagementRole ([MS-OXWSCDATA] section 2.2.3.7)

Specifies a SOAP header that identifies the server roles that are necessary in order for the caller to make the request.<17>