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.
Activates the provider, using the specified credentials.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
void Activate(
string adminUserName,
string adminPassword,
string extendedParameters,
string addinId,
string operationId
)
void Activate(
String^ adminUserName,
String^ adminPassword,
String^ extendedParameters,
String^ addinId,
String^ operationId
)
Sub Activate (
adminUserName As String,
adminPassword As String,
extendedParameters As String,
addinId As String,
operationId As String
)
Parameters
adminUserName
Type: System.StringThe admin user name.
adminPassword
Type: System.StringThe admin password.
extendedParameters
Type: System.StringAny extended parameters the operation may need.
addinId
Type: System.StringThe ID of the add-in.
operationId
Type: System.StringThe operation ID.
See Also
IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top