Click or drag to resize

emailMessageFactory Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Class that builds the email collections using templates and DataTable source
Inheritance Hierarchy
SystemObject
  imbACE.Network.emailemailMessageFactory

Namespace:  imbACE.Network.email
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public class emailMessageFactory
Request Example View Source

The emailMessageFactory type exposes the following members.

Constructors
  NameDescription
Public methodemailMessageFactory
Initializes a new instance of the emailMessageFactory class
Top
Properties
  NameDescription
Public propertyaddressTemplate
Gets or sets the address template.
Public propertycollectionSize
Size of one collection (batch)
Public propertycontentTemplate
Gets or sets the content template.
Public propertydataSource
Gets or sets the data source.
Public propertydataSourcePath
Gets or sets the data source path.
Public propertyfolderWithAttachments
Public propertyfolderWithAttachmentsName
Public propertyfromAddress
Public propertysubjectTemplate
Gets or sets the subject template.
Top
Methods
  NameDescription
Public methodcreateCollections
Creates message collections
Public methoddeploy
Deploys the specified loger.
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also