Share via


IHostedEmailProviderBackend.ResetPassword Method (String, String, String, String)

 

Resets the password for the specified account.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

void ResetPassword(
    string wssUserName,
    string extendedParameters,
    string addinId,
    string operationId
)
void ResetPassword(
    String^ wssUserName,
    String^ extendedParameters,
    String^ addinId,
    String^ operationId
)
Sub ResetPassword (
    wssUserName As String,
    extendedParameters As String,
    addinId As String,
    operationId As String
)

Parameters

  • wssUserName
    Type: System.String

    The name of the user associated with the account.

  • extendedParameters
    Type: System.String

    Any additional parameters for the operation.

See Also

IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top