HostedEmailManager.ResetPassword Method (String, String)
Synchronous call to reset the password of the email account bound to a Windows Server 2012 Essentials user.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public void ResetPassword(
string wssUserName,
string password
)
public:
void ResetPassword(
String^ wssUserName,
String^ password
)
Public Sub ResetPassword (
wssUserName As String,
password As String
)
Parameters
wssUserName
Type: System.StringWindows Server user name.
password
Type: System.StringPassword to reset.
See Also
HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top