ExchangeService.DisableApp(String, DisableReasonType) 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.
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.