ExchangeServiceBinding.BeginFindItem 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 BeginFindItem(FindItemType, AsyncCallback, Object) method is used to begin an asynchronous FindItem(FindItemType) call.
public:
IAsyncResult ^ BeginFindItem(ExchangeWebServices::FindItemType ^ FindItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginFindItem (ExchangeWebServices.FindItemType FindItem1, AsyncCallback callback, object asyncState);
Public Function BeginFindItem (FindItem1 As FindItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- FindItem1
- FindItemType
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginFindItem(FindItemType, AsyncCallback, Object) method returns an IAsyncResult object.