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