[This is preliminary documentation and is subject to change.]
Sends the Extranet password via email
Namespace:
OfficeClip.DBLayer.TemplateAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int SendCustomerPortalPasswordViaSystemEmail( TemplateNameId stnId, int userId, int groupId, string toName, string toEmail, string fromName, string fromEmail, string password, string customerPortalUrl ) |
Visual Basic (Declaration) |
---|
Public Function SendCustomerPortalPasswordViaSystemEmail ( _ stnId As TemplateNameId, _ userId As Integer, _ groupId As Integer, _ toName As String, _ toEmail As String, _ fromName As String, _ fromEmail As String, _ password As String, _ customerPortalUrl As String _ ) As Integer |
Visual C++ |
---|
public: int SendCustomerPortalPasswordViaSystemEmail( TemplateNameId stnId, int userId, int groupId, String^ toName, String^ toEmail, String^ fromName, String^ fromEmail, String^ password, String^ customerPortalUrl ) |
Parameters
- userId
- Type: System..::.Int32
- groupId
- Type: System..::.Int32
- toName
- Type: System..::.String
- toEmail
- Type: System..::.String
- fromName
- Type: System..::.String
- fromEmail
- Type: System..::.String
- password
- Type: System..::.String
- customerPortalUrl
- Type: System..::.String