Sends an email to the receiver address confirming that the user has
changed the password; the new password is sent in the body.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
bool ChangePasswordNotice(
MailReceiverInfo receiver,
string userName,
string newPassword
) |
| Visual Basic |
|---|
Function ChangePasswordNotice ( _
receiver As MailReceiverInfo, _
userName As String, _
newPassword As String _
) As Boolean |
| Visual C++ |
|---|
bool ChangePasswordNotice(
MailReceiverInfo^ receiver,
String^ userName,
String^ newPassword
) |
Return Value
True
See Also