ExchangeServiceBinding.EndFindItem(IAsyncResult) 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 EndFindItem(IAsyncResult) method is used to end an asynchronous FindItem(FindItemType) call.
public:
ExchangeWebServices::FindItemResponseType ^ EndFindItem(IAsyncResult ^ asyncResult);
public ExchangeWebServices.FindItemResponseType EndFindItem (IAsyncResult asyncResult);
Public Function EndFindItem (asyncResult As IAsyncResult) As FindItemResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndFindItem(IAsyncResult) method returns a FindItemResponseType object.