Query message templates

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.

Query message templates of type Like a web page

The following code shows how to use the Native API to get the message body of a message template with a specific ID, whose type is Like a web page


To find a specific message template, you use the GetMessageBody method. Then, to get the rendered content of the page,  you use the pageManager instance. Finally, to strip all HTML and return email acceptable HTML, use the ProcessHtml method. 


Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?