[This is preliminary documentation and is subject to change.]
Sends all the campaign emails
Namespace:
OfficeClip.DBLayer.TemplateAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataTable SendCampaignEmails( MetaConstants..::.MetaEntity me, int templateId, string fromName, string fromEmail, ConfigureInfo session, int EmailAccountId ) |
Visual Basic (Declaration) |
---|
Public Function SendCampaignEmails ( _ me As MetaConstants..::.MetaEntity, _ templateId As Integer, _ fromName As String, _ fromEmail As String, _ session As ConfigureInfo, _ EmailAccountId As Integer _ ) As DataTable |
Visual C++ |
---|
public: DataTable^ SendCampaignEmails( MetaConstants..::.MetaEntity me, int templateId, String^ fromName, String^ fromEmail, ConfigureInfo^ session, int EmailAccountId ) |
Parameters
- me
- Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity for the campaign
- templateId
- Type: System..::.Int32
The unique id of the template
- fromName
- Type: System..::.String
The from name
- fromEmail
- Type: System..::.String
The from email address
- session
- Type: OfficeClip.Utils..::.ConfigureInfo
The user session
- EmailAccountId
- Type: System..::.Int32