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.StringThe name of the user associated with the account.
extendedParameters
Type: System.StringAny additional parameters for the operation.
addinId
Type: System.StringThe ID of the add-in.
operationId
Type: System.StringThe ID of the operation.
See Also
IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top