Share via


HostedEmailIntegrationManager.Disable Method (IDictionary<String, String>)

 

Disables the current hosted email add-in.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public static void Disable(
    IDictionary<string, string> extendedParameters
)
public:
static void Disable(
    IDictionary<String^, String^>^ extendedParameters
)
Public Shared Sub Disable (
    extendedParameters As IDictionary(Of String, String)
)

Parameters

See Also

HostedEmailIntegrationManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top