Expand Minimize
This topic has not yet been rated - Rate this topic

ExchangeService.UninstallApp method

EWS Managed API

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.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration
Public Sub UninstallApp ( _
	id As String _
)
'Usage
Dim instance As ExchangeService
Dim id As String

instance.UninstallApp(id)

Parameters

id
Type: System.String
The application ID.

Exception will be thrown for errors.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.