Click or drag to resize
WhereConditionExtensions Class
Extension methods on WhereCondtition related to Newsletters.
Inheritance Hierarchy
SystemObject
  CMS.Newsletters.ExtensionsWhereConditionExtensions

Namespace: CMS.Newsletters.Extensions
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static class WhereConditionExtensions

The WhereConditionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberNotBouncedTQuery
Filters out contacts, users or subscribers whose email address is unreachable (it has bounced more than bouncedEmailsLimit times). Subscribers blocked manually by administrator are filtered out as well. The column which stores number of bounces has to be specified in columnName parameter, because each object which stores bounces count has differently named column.
Top
See Also