ExchangeServiceBinding.FindItem(FindItemType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The FindItem(FindItemType) method sends the request to and gets the response from a FindItem operation.
public:
ExchangeWebServices::FindItemResponseType ^ FindItem(ExchangeWebServices::FindItemType ^ FindItem1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/FindItem", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("ManagementRole")]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("DateTimePrecision")]
[System.Web.Services.Protocols.SoapHeader("TimeZoneContext")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
public ExchangeWebServices.FindItemResponseType FindItem (ExchangeWebServices.FindItemType FindItem1);
Public Function FindItem (FindItem1 As FindItemType) As FindItemResponseType
Parameters
- FindItem1
- FindItemType
An instance of the FindItemType class that represents the query that is used to search for items.
Returns
The FindItem(FindItemType) method returns a FindItemResponseType object that contains the query result of the FindItem operation.
- Attributes