Click or drag to resize
BounceChecker Class
Task for checking bounced newsletter e-mails.
Inheritance Hierarchy
SystemObject
  CMS.NewslettersBounceChecker

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public class BounceChecker : ITask

The BounceChecker type exposes the following members.

Constructors
  NameDescription
Public methodBounceChecker
Top
Methods
  NameDescription
Public methodExecute
Executes the task given in a task info.
Top
Events
  NameDescription
Public eventStatic memberOnFallbackDecoderEvent
Occurs when a character set from email content type header could not be mapped to the encoding. This allows to map given character set name to the encoding manually.
Top
See Also