Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
extendedParameters
Type: System.Collections.Generic.IDictionary<String, String>Optional configuration information; may be null.
See Also
HostedEmailIntegrationManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top