ExchangeServiceBinding.ConvertIdAsync 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.
Overloads
ConvertIdAsync(ConvertIdType) |
The ConvertIdAsync(ConvertIdType) method provides asynchronous access to the ConvertId operation. |
ConvertIdAsync(ConvertIdType, Object) |
The ConvertIdAsync(ConvertIdType) method provides asynchronous access to the ConvertId operation. |
ConvertIdAsync(ConvertIdType)
The ConvertIdAsync(ConvertIdType) method provides asynchronous access to the ConvertId operation.
public:
void ConvertIdAsync(ExchangeWebServices::ConvertIdType ^ ConvertId1);
public void ConvertIdAsync (ExchangeWebServices.ConvertIdType ConvertId1);
Public Sub ConvertIdAsync (ConvertId1 As ConvertIdType)
Parameters
- ConvertId1
- ConvertIdType
The ConvertId request.
Remarks
See FindFolderAsync(FindFolderType) for an example of an asynchronous call.
Applies to
ConvertIdAsync(ConvertIdType, Object)
The ConvertIdAsync(ConvertIdType) method provides asynchronous access to the ConvertId operation.
public:
void ConvertIdAsync(ExchangeWebServices::ConvertIdType ^ ConvertId1, System::Object ^ userState);
public void ConvertIdAsync (ExchangeWebServices.ConvertIdType ConvertId1, object userState);
Public Sub ConvertIdAsync (ConvertId1 As ConvertIdType, userState As Object)
Parameters
- ConvertId1
- ConvertIdType
The ConvertId request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).