ExchangeServiceBinding.ResolveNamesAsync 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
ResolveNamesAsync(ResolveNamesType) |
The ResolveNamesAsync(ResolveNamesType) method provides asynchronous access to the ResolveNames Web service method. |
ResolveNamesAsync(ResolveNamesType, Object) |
The ResolveNamesAsync(ResolveNamesType, Object) method provides asynchronous access to the ResolveNames Web service method. |
ResolveNamesAsync(ResolveNamesType)
The ResolveNamesAsync(ResolveNamesType) method provides asynchronous access to the ResolveNames Web service method.
public:
void ResolveNamesAsync(ExchangeWebServices::ResolveNamesType ^ ResolveNames1);
public void ResolveNamesAsync (ExchangeWebServices.ResolveNamesType ResolveNames1);
Public Sub ResolveNamesAsync (ResolveNames1 As ResolveNamesType)
Parameters
- ResolveNames1
- ResolveNamesType
The ResolveNames request.
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).
Applies to
ResolveNamesAsync(ResolveNamesType, Object)
The ResolveNamesAsync(ResolveNamesType, Object) method provides asynchronous access to the ResolveNames Web service method.
public:
void ResolveNamesAsync(ExchangeWebServices::ResolveNamesType ^ ResolveNames1, System::Object ^ userState);
public void ResolveNamesAsync (ExchangeWebServices.ResolveNamesType ResolveNames1, object userState);
Public Sub ResolveNamesAsync (ResolveNames1 As ResolveNamesType, userState As Object)
Parameters
- ResolveNames1
- ResolveNamesType
The ResolveNames request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).