Disable-HostedEmailIntegration

Disable-HostedEmailIntegration

Disables the hosted email integration module.

Sintaxis

Disable-HostedEmailIntegration [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

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

Temas relacionados

Enable-HostedEmailIntegration