ExchangeServiceBinding.ConvertIdAsync Method (ConvertIdType)

The ConvertIdAsync method provides asynchronous access to the ConvertId operation.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Sub ConvertIdAsync ( _
    ConvertId1 As ConvertIdType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim ConvertId1 As ConvertIdType

instance.ConvertIdAsync(ConvertId1)
public void ConvertIdAsync(
    ConvertIdType ConvertId1
)

Parameters

Remarks

See FindFolderAsync for an example of an asynchronous call.