Click or drag to resize

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
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.CommunicationEmailTemplate

Namespace: Ignition.Communication
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("co_correspondence_template")]
public class EmailTemplate : NetForumEntity

The EmailTemplate type exposes the following members.

Constructors
 NameDescription
Public methodEmailTemplateInitializes a new instance of the EmailTemplate class
Top
Properties
 NameDescription
Public propertyBodyHtml 
Public propertyBodyText 
Public propertyFormat 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyName 
Public propertyNotifyBcc 
Public propertyNotifyCc 
Public propertyNotifyFrom 
Public propertyNotifyTo 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertySubject 
Public propertyTitle 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also