TemplateProperties Interface |
Properties specific to Template objects.
Namespace: SystemProperties
The TemplateProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| Categories | A comma separated list of email categories to add as a header in the message. | |
| ContainerTemplate | The container template to wrap around the content of this template. Use [[inner_content]] as the replacement tag. | |
| ContentType | The MIME type for the template. | |
| Description | The template's description. | |
| DownloadFileName | The filename that should be displayed to the user for download (overriding FileName). | |
| FileID | The ID of a template in an external system where it's stored (e.g. Google Drive). | |
| FileName | The template's source. This file should be relative to the installed web root path. | |
| FromEmailAddress | When sending email based on this template use this email address as the sender. | |
| LogNotification | Set to False to skip the default logging of email messages. | |
| Mapper | The mapper that this template uses for subsitution. | |
| MergeMapper | The mapper to use as the data source for merge purposes. Used by the Template Mailer. | |
| PerformanceMonitoring | See PerfmonAttrs | |
| Source | The template's source. The source is used if the FileName cannot be found or is missing. | |
| SourceLow | The source for low resolution. (Typically used for sending email to lower resolution devices.) | |
| Subject | The subject of the template. Typically used for the email subject line when using the template as the source for an email message. |
| This interface is declared for documentation purposes only and is not intended to be used from code. |