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
wssUserName
Type: System.StringWindows Server user.
Remarks
HostedEmailAccountUpdated is raised if the account is deleted successfully.
See Also
HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top