ExchangeService.UninstallApp(String) 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.
Uninstalls a mail app. The UninstallApp(String) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
void UninstallApp(System::String ^ id);
public void UninstallApp (string id);
Public Sub UninstallApp (id As String)
Parameters
- id
- String
The application ID.
Remarks
Exception will be thrown for errors.