Click or drag to resize
IEmailContentFilter Interface
Filter to transform email content.

Namespace: CMS.Newsletters.Filters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public interface IEmailContentFilter

The IEmailContentFilter type exposes the following members.

Methods
  NameDescription
Public methodApply
Applies the filter to the given text.
Top
See Also