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 disable the email account bound to the specified user.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public void DisableAccount(
string wssUserName
)
public:
void DisableAccount(
String^ wssUserName
)
Public Sub DisableAccount (
wssUserName As String
)
Parameters
wssUserName
Type: System.StringThe Windows Server user.
Remarks
HostedEmailAccountUpdated is raised if the account is disabled successfully.
See Also
HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top