Class BouncedEmailsGlobalOptions
- Namespace
- CMS.EmailMarketing
- Assembly
- CMS.EmailMarketing.dll
Global configuration of the bounced emails.
public class BouncedEmailsGlobalOptions
- Inheritance
-
objectBouncedEmailsGlobalOptions
- Extension Methods
Constructors
BouncedEmailsGlobalOptions()
public BouncedEmailsGlobalOptions()
Properties
SoftBounceLimit
Gets or sets the number of soft bounces allowed before an email address is excluded when sending emails to any recipient list.
public int SoftBounceLimit { get; set; }
Property Value
- int