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.
Enable the specified hosted email integration module, using the specified admin account information.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public static void Enable(
Guid addinId,
string adminUserName,
string adminPassword,
IDictionary<string, string> extendedParameters
)
public:
static void Enable(
Guid addinId,
String^ adminUserName,
String^ adminPassword,
IDictionary<String^, String^>^ extendedParameters
)
Public Shared Sub Enable (
addinId As Guid,
adminUserName As String,
adminPassword As String,
extendedParameters As IDictionary(Of String, String)
)
Parameters
addinId
Type: System.GuidID of the add-in to enable.
adminUserName
Type: System.StringUser name of the Windows Server admin account.
adminPassword
Type: System.StringWindows Server admin password.
extendedParameters
Type: System.Collections.Generic.IDictionary<String, String>Optional configuration settings defined by the add-in. May be null.
See Also
HostedEmailIntegrationManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top