Share via


HostedEmailManager.EnableAccount Method (String)

 

Synchronous call to enable the email account bound to the specified user.

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

Syntax

public void EnableAccount(
    string wssUserName
)
public:
void EnableAccount(
    String^ wssUserName
)
Public Sub EnableAccount (
    wssUserName As String
)

Parameters

  • wssUserName
    Type: System.String

    Name of the Windows Server user.

Remarks

HostedEmailAccountUpdated is raised if the account is enabled successfully.

See Also

HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top