Click or drag to resize

MailTemplate Properties

The MailTemplate type exposes the following members.

Properties
  NameDescription
Public propertyChangedBy
Public propertyChangeTime
Public propertyCreatedBy
Public propertyCreateTime
Public propertyDataObjectTypeId
States the type of the object, that the mail is based on The type determines Which mail variable that can be used
Public propertyDataVersion
Public propertyEventType
Only used if ProcessReleated is true State the process eventtype that the template is used for
Public propertyId
Public propertyMessage
Public propertyName
Public propertyNumber
Public propertyPriority
Mail priority
Public propertyProcessRelated
States whatever a template is process-relevant
Public propertySubject
Public propertyUId
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIEntityObjectDataVersion
The data version of an entity object is incremented every time it gets updated. If the entity object class embeds other objects (like a DataObjectType embeds a number of BaseProperty objects) then the DataVersion is also "touched" when an embedded object changes.
Explicit interface implementationPrivate propertyIEntityObjectId
Unique id of the entity object within its entity type.
Top
See Also