UserDetailsProxy ForgotPassword Method (String) CelloSaaS API Documentation
This method is used to send mail to user with his/her password.Password may be old password or reseted password

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static void ForgotPassword(
	string userName
)

Parameters

userName
Type: System String
User Name(Mandatory)
See Also