Click or drag to resize
IEmailAddressBlocker Interface
Provides methods which decide whether email to certain email address should or should not be generated to the newsletter queue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public interface IEmailAddressBlocker

The IEmailAddressBlocker type exposes the following members.

Methods
  NameDescription
Public methodIsBlocked
Checks whether emails with the specified email address as recipients should be generated to the newsletter queue.
Top
See Also