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