[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public int SendTimeAndExpensesSystemEmail( TemplateNameId stnId, int userId, int groupId, bool isTimesheet, string status, string periodStarting, string submittedBy, string toName, string toEmail, string fromName, string fromEmail )  | 
| Visual Basic (Declaration) | 
|---|
Public Function SendTimeAndExpensesSystemEmail ( _ stnId As TemplateNameId, _ userId As Integer, _ groupId As Integer, _ isTimesheet As Boolean, _ status As String, _ periodStarting As String, _ submittedBy As String, _ toName As String, _ toEmail As String, _ fromName As String, _ fromEmail As String _ ) As Integer  | 
| Visual C++ | 
|---|
public: int SendTimeAndExpensesSystemEmail( TemplateNameId stnId, int userId, int groupId, bool isTimesheet, String^ status, String^ periodStarting, String^ submittedBy, String^ toName, String^ toEmail, String^ fromName, String^ fromEmail )  | 
Parameters
- userId
 - Type: System..::.Int32
 
- groupId
 - Type: System..::.Int32
 
- isTimesheet
 - Type: System..::.Boolean
 
- status
 - Type: System..::.String
 
- periodStarting
 - Type: System..::.String
 
- submittedBy
 - Type: System..::.String
 
- toName
 - Type: System..::.String
 
- toEmail
 - Type: System..::.String
 
- fromName
 - Type: System..::.String
 
- fromEmail
 - Type: System..::.String
 
