Share via


IHostedEmailProviderBackend.DeleteAccount Method (String, String, String)

 

Deletes the specified account.

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

Syntax

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

Parameters

  • wssUserName
    Type: System.String

    The user name of the account to delete.

See Also

IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top