ContactInfoObjectQueryExtensions Class |
Namespace: CMS.ContactManagement
public static class ContactInfoObjectQueryExtensions
The ContactInfoObjectQueryExtensions type exposes the following members.
Name | Description | |
---|---|---|
CreatedAfter |
Returns ObjectQueryTObject with contacts that have been created later than from.
| |
CreatedBefore |
Returns ObjectQueryTObject with contacts that have been created before to.
| |
NotBounced(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.
| |
NotBouncedTQuery(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.
| |
NotWithAge |
Returns ObjectQueryTObject with contacts that are not exactly yearsOld years old.
| |
OlderThan |
Returns ObjectQueryTObject with contacts that are older than yearsOld (contacts with age yearsOld are not included).
| |
SearchedForAll |
Filters out contacts who have searched for all of the specified keywords in last x days.
| |
SearchedForAny |
Filters out contacts who have searched for any of the specified keywords in last x days.
| |
WithAge |
Returns ObjectQueryTObject with contacts that are exactly age of yearsOld years old.
| |
WithBirthdayAfter |
Returns ObjectQueryTObject with contacts that have date of birth later than fromExclusive. The method takes only Date part.
| |
WithBirthdayBefore |
Returns ObjectQueryTObject with contacts that have date of birth sooner than toExclusive. The method takes only Date part.
| |
WithEmail |
Filters out contacts whose email address does not match given email.
| |
YoungerThan |
Returns ObjectQueryTObject with contacts that are younger than yearsOld (contacts with age yearsOld are not included).
|