[This is preliminary documentation and is subject to change.]
This function is mainly used for user templates
Namespace:
OfficeClip.DBLayer.TemplateAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string SendMetaTemplateEmail( int templateId, MetaConstants..::.MetaEntity me, int primaryKey, string toName, string toEmail, string fromName, string fromEmail, string priority, Hashtable htCustom, int emailHistoryId, ConfigureInfo session ) |
Visual Basic (Declaration) |
---|
Public Function SendMetaTemplateEmail ( _ templateId As Integer, _ me As MetaConstants..::.MetaEntity, _ primaryKey As Integer, _ toName As String, _ toEmail As String, _ fromName As String, _ fromEmail As String, _ priority As String, _ htCustom As Hashtable, _ emailHistoryId As Integer, _ session As ConfigureInfo _ ) As String |
Visual C++ |
---|
public: String^ SendMetaTemplateEmail( int templateId, MetaConstants..::.MetaEntity me, int primaryKey, String^ toName, String^ toEmail, String^ fromName, String^ fromEmail, String^ priority, Hashtable^ htCustom, int emailHistoryId, ConfigureInfo^ session ) |
Parameters
- templateId
- Type: System..::.Int32
- primaryKey
- Type: System..::.Int32
- toName
- Type: System..::.String
- toEmail
- Type: System..::.String
- fromName
- Type: System..::.String
- fromEmail
- Type: System..::.String
- priority
- Type: System..::.String
- htCustom
- Type: System.Collections..::.Hashtable
- emailHistoryId
- Type: System..::.Int32
- session
- Type: OfficeClip.Utils..::.ConfigureInfo