A Message within BYM
More...
|
| int | Id [get, set] |
| | Unique Identifier for the Message. Generated when the Message is saved in the Database. More...
|
| |
| string | Title [get, set] |
| | The Title of the message. This will be the subject line of the email that gets sent out. More...
|
| |
| string | TemplateName [get, set] |
| | The template to use when sending this message. More...
|
| |
| string | PageName [get, set] |
| | A Unique name used internally to generate a unique url for the message. Ignore this. More...
|
| |
| string | HtmlBody [get, set] |
| | The Html body to send out. This should contain appropriate velocity script for any contact specific rendering required More...
|
| |
| string | TextBody [get, set] |
| | The Text body to send out. This should contain appropriate velocity script for any contact specific rendering required More...
|
| |
◆ HtmlBody
| string BriefYourMarket.Service.Message.HtmlBody |
|
getset |
The Html body to send out. This should contain appropriate velocity script for any contact specific rendering required
◆ Id
| int BriefYourMarket.Service.Message.Id |
|
getset |
Unique Identifier for the Message. Generated when the Message is saved in the Database.
◆ PageName
| string BriefYourMarket.Service.Message.PageName |
|
getset |
A Unique name used internally to generate a unique url for the message. Ignore this.
◆ TemplateName
| string BriefYourMarket.Service.Message.TemplateName |
|
getset |
The template to use when sending this message.
◆ TextBody
| string BriefYourMarket.Service.Message.TextBody |
|
getset |
The Text body to send out. This should contain appropriate velocity script for any contact specific rendering required
◆ Title
| string BriefYourMarket.Service.Message.Title |
|
getset |
The Title of the message. This will be the subject line of the email that gets sent out.
The documentation for this class was generated from the following file: