Share via


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

See Also

HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top