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