Disable-HostedEmailIntegration

Disable-HostedEmailIntegration

Disables the hosted email integration module.

Syntax

Disable-HostedEmailIntegration [ <CommonParameters>]

Detailed Description

The Disable-HostedEmailIntegration cmdlet disables hosted email integration with the current third-party hosted email service. After you disable the hosted email integration module, you can uninstall the add-in for the hosted email service by using the Uninstall-WssAddin cmdlet.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Disable a hosted email integration module

This command disables hosted email integration with the current third-party hosted email service.

PS C:\> Disable-HostedEmailIntegration

Enable-HostedEmailIntegration