Class CSMailMergeBatchPlugin
CSMailMergeBatchPlugin will run a mail merge operation in the batch system.
Implements
Inherited Members
Namespace: SuperOffice.CRM.BatchProcessing.Plugins
Assembly: SoBatchProcessing.dll
Syntax
[BatchTask("CSMailMergeBatchPlugin")]
public class CSMailMergeBatchPlugin : BatchTaskBase, IBatchTask
Constructors
CSMailMergeBatchPlugin()
CSMailMergeBatchPlugin will run a mail merge operation in the batch system.
Declaration
public CSMailMergeBatchPlugin()
Fields
PluginName
CSMailMergeBatchPlugin will run a mail merge operation in the batch system.
Declaration
public const string PluginName = "CSMailMergeBatchPlugin"
Field Value
Type | Description |
---|---|
string |
Methods
Run(string, string)
CSMailMergeBatchPlugin will run a mail merge operation in the batch system.
Declaration
protected override bool Run(string name, string context)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | context |
Returns
Type | Description |
---|---|
bool |