Share via


HostedEmailManager.DeleteAccount Method (String)

 

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

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

Syntax

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

Parameters

Remarks

HostedEmailAccountUpdated is raised if the account is deleted successfully.

See Also

HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top