EmailTemplate Class

Represents a NetFORUM EmailTemplate via the co_correspondence_template business object. These templates are used to send pre-formatted emails from NetFORUM, and they may contain parsed values to be filled in via a business object, system options and other mechanisms

Definition

Namespace: Ignition.Communication
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("co_correspondence_template")]
public class EmailTemplate : NetForumEntity
Inheritance
Object    NetForumEntity    EmailTemplate

Constructors

EmailTemplateInitializes a new instance of the EmailTemplate class

Properties

BodyHtml 
BodyText 
Format 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Name 
NotifyBcc 
NotifyCc 
NotifyFrom 
NotifyTo 
RevisionInformation
(Inherited from NetForumEntity)
Subject 
Title 

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also