TemplateEngine

TemplateEngine class

This class uses specified template to construct E-Mail messages.

The TemplateEngine type exposes the following members:

Constructors

NameDescription
TemplateEngine(file_name)Initializes a new instance of the TemplateEngine class
TemplateEngine(template_message)Initializes a new instance of the TemplateEngine class

Methods

NameDescription
is_routine_registered(name)
unregister_routine(name)
merge(source)
reset()
get_template_fields()

See Also