[This is preliminary documentation and is subject to change.]
            Sends the forgot password email
            
    Namespace: 
   OfficeClip.DBLayer.TemplateAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public int SendForgotPasswordEmail( TemplateNameId stnId, int userId, int groupId, string password, string toName, string toEmail, string fromName, string fromEmail )  | 
| Visual Basic (Declaration) | 
|---|
Public Function SendForgotPasswordEmail ( _ stnId As TemplateNameId, _ userId As Integer, _ groupId As Integer, _ password As String, _ toName As String, _ toEmail As String, _ fromName As String, _ fromEmail As String _ ) As Integer  | 
| Visual C++ | 
|---|
public: int SendForgotPasswordEmail( TemplateNameId stnId, int userId, int groupId, String^ password, String^ toName, String^ toEmail, String^ fromName, String^ fromEmail )  | 
Parameters
- stnId
 - Type: OfficeClip.BusinessLayer.Template..::.TemplateNameId
The template name id 
- userId
 - Type: System..::.Int32
The unique id of the user 
- groupId
 - Type: System..::.Int32
The unique id of the group 
- password
 - Type: System..::.String
The password 
- toName
 - Type: System..::.String
The name of the recepient 
- toEmail
 - Type: System..::.String
The email address of the recepient 
- fromName
 - Type: System..::.String
The name of the sender 
- fromEmail
 - Type: System..::.String
The email address of the sender 
