Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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