IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
To find a specific message template, you use the NewslettersManager class.
The following code examples find a message template with a specific ID, with the Native API.
Query message templates of type Plain text
First, you initialize the NewslettersManager. Then, you call GetMessageBodies to retrieve all message bodies and, finally, you filter the message bodies based on the Id property.
NOTE: You can filter by any of the MessageBody properties.
Query message templates using the GetMessageBody method of type Plain text
You can also use the GetMessageBody method of the manager class, in the following way:
NOTE: If no message template with the specified ID exists, the GetMessageBody method throws Telerik.Sitefinity.SitefinityExceptions.ItemNotFoundException exception.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important