ExchangeServiceBinding.BeginConvertId Method
The BeginConvertId method is used to begin an asynchronous ConvertId call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginConvertId ( _
ConvertId1 As ConvertIdType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim ConvertId1 As ConvertIdType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginConvertId(ConvertId1, _
callback, asyncState)
public IAsyncResult BeginConvertId(
ConvertIdType ConvertId1,
AsyncCallback callback,
Object asyncState
)
Parameters
- ConvertId1
Type: ExchangeWebServices.ConvertIdType
The ConvertId request.
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
The BeginConvertId method returns an IAsyncResult object.