Click or drag to resize
ContactInfoObjectQueryExtensionsNotBounced Method
Overload List
  NameDescription
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.
Top
See Also