Sends an email to the receiver saying the account password has been reset.
The email contains a new password in the body.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool ResetPasswordNotice(
MailReceiverInfo receiver,
string userName,
string newPassword
) |
Visual Basic |
---|
Function ResetPasswordNotice ( _
receiver As MailReceiverInfo, _
userName As String, _
newPassword As String _
) As Boolean |
Visual C++ |
---|
bool ResetPasswordNotice(
MailReceiverInfo^ receiver,
String^ userName,
String^ newPassword
) |
Parameters
- receiver
- Type: MailReceiverInfo
Destination email address
- userName
- Type: System..::..String
The user with the new password; unused
- newPassword
- Type: System..::..String
Plain text password
Return Value
True
See Also