Share via


IHostedEmailProviderBackend.DisableAccount Method (String, String, String)

 

Disables the specified account.

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

Syntax

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

Parameters

  • wssUserName
    Type: System.String

    The user name associated with the account to deactivate.

See Also

IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top