Click or drag to resize
ContactInfoObjectQueryExtensions Class
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementContactInfoObjectQueryExtensions

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static class ContactInfoObjectQueryExtensions

The ContactInfoObjectQueryExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreatedAfter
Public methodStatic memberCreatedBefore
Public methodStatic memberNotBounced(ObjectQueryContactInfo, Boolean, Int32)
Filters out contacts whose email address is unreachable (it has bounced more than bouncedEmailsLimit times). Contacts blocked manually by administrator are filtered out as well.
Public methodStatic memberNotBouncedTQuery(TQuery, String, Boolean, Int32)
Filters out contacts 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.
Public methodStatic memberNotWithAge
Public methodStatic memberOlderThan
Public methodStatic memberSearchedForAll
Filters out contacts who have searched for all of the specified keywords in last x days.
Public methodStatic memberSearchedForAny
Filters out contacts who have searched for any of the specified keywords in last x days.
Public methodStatic memberWithAge
Public methodStatic memberWithBirthdayAfter
Public methodStatic memberWithBirthdayBefore
Public methodStatic memberWithEmail
Filters out contacts whose email address does not match given email.
Public methodStatic memberYoungerThan
Top
See Also