[This is preliminary documentation and is subject to change.]
Sends the extranet issue tracker email
Namespace:
OfficeClip.DBLayer.TemplateAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int SendExtranetIssueTrackerEmail( TemplateNameId stnId, int userId, int groupId, string caseNum, string subject, string caseDetail, string projectName, string extranetUrl, string extranetUserName, string extranetUserEmail, string toName, string toEmail, string fromName, string fromEmail ) |
Visual Basic (Declaration) |
---|
Public Function SendExtranetIssueTrackerEmail ( _ stnId As TemplateNameId, _ userId As Integer, _ groupId As Integer, _ caseNum As String, _ subject As String, _ caseDetail As String, _ projectName As String, _ extranetUrl As String, _ extranetUserName As String, _ extranetUserEmail As String, _ toName As String, _ toEmail As String, _ fromName As String, _ fromEmail As String _ ) As Integer |
Visual C++ |
---|
public: int SendExtranetIssueTrackerEmail( TemplateNameId stnId, int userId, int groupId, String^ caseNum, String^ subject, String^ caseDetail, String^ projectName, String^ extranetUrl, String^ extranetUserName, String^ extranetUserEmail, String^ toName, String^ toEmail, String^ fromName, String^ fromEmail ) |
Parameters
- userId
- Type: System..::.Int32
- groupId
- Type: System..::.Int32
- caseNum
- Type: System..::.String
- subject
- Type: System..::.String
- caseDetail
- Type: System..::.String
- projectName
- Type: System..::.String
- extranetUrl
- Type: System..::.String
- extranetUserName
- Type: System..::.String
- extranetUserEmail
- Type: System..::.String
- toName
- Type: System..::.String
- toEmail
- Type: System..::.String
- fromName
- Type: System..::.String
- fromEmail
- Type: System..::.String