ExchangeService.DisableApp(String, DisableReasonType) Method

Definition

Disables a client extension. The DisableApp(String, DisableReasonType) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 void DisableApp(System::String ^ id, Microsoft::Exchange::WebServices::Data::DisableReasonType disableReason);
public void DisableApp (string id, Microsoft.Exchange.WebServices.Data.DisableReasonType disableReason);
Public Sub DisableApp (id As String, disableReason As DisableReasonType)

Parameters

id
String

The application identifier.

disableReason
DisableReasonType

The reason the app is disabled.

Remarks

Exception will be thrown for errors.

Applies to