Share via


HostedEmailManager.DisableAccount Method (String)

 

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

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

Syntax

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

Parameters

Remarks

HostedEmailAccountUpdated is raised if the account is disabled successfully.

See Also

HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top