Share via


IHostedEmailProviderBackend.EnableAccount Method (String, String, String)

 

Enables the specified account.

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

Syntax

void EnableAccount(
    string wssUserName,
    string addinId,
    string operationId
)
void EnableAccount(
    String^ wssUserName,
    String^ addinId,
    String^ operationId
)
Sub EnableAccount (
    wssUserName As String,
    addinId As String,
    operationId As String
)

Parameters

  • wssUserName
    Type: System.String

    The name of the user associated with the account.

See Also

IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top