ExchangeServiceBinding.GetClientAccessTokenAsync 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
GetClientAccessTokenAsync(GetClientAccessTokenType) | |
GetClientAccessTokenAsync(GetClientAccessTokenType, Object) |
GetClientAccessTokenAsync(GetClientAccessTokenType)
public:
void GetClientAccessTokenAsync(ExchangeWebServices::GetClientAccessTokenType ^ GetClientAccessToken1);
public void GetClientAccessTokenAsync (ExchangeWebServices.GetClientAccessTokenType GetClientAccessToken1);
Public Sub GetClientAccessTokenAsync (GetClientAccessToken1 As GetClientAccessTokenType)
Parameters
- GetClientAccessToken1
- GetClientAccessTokenType
Applies to
GetClientAccessTokenAsync(GetClientAccessTokenType, Object)
public:
void GetClientAccessTokenAsync(ExchangeWebServices::GetClientAccessTokenType ^ GetClientAccessToken1, System::Object ^ userState);
public void GetClientAccessTokenAsync (ExchangeWebServices.GetClientAccessTokenType GetClientAccessToken1, object userState);
Public Sub GetClientAccessTokenAsync (GetClientAccessToken1 As GetClientAccessTokenType, userState As Object)
Parameters
- GetClientAccessToken1
- GetClientAccessTokenType
- userState
- Object