ObtainSubscriberAddressesHandlerStart Method (SubscriberInfo, ISetString, Boolean, Int32) |
Starts the event.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public ObtainSubscriberAddressesEventArgs Start(
SubscriberInfo subscriber,
ISet<string> addresses,
bool monitorBouncedEmails,
int bouncedEmailsLimit
)
Parameters
- subscriber
- Type: CMS.NewslettersSubscriberInfo
Subscriber that the e-mail addresses are being resolved - addresses
- Type: System.Collections.GenericISetString
Set of e-mail addresses that will be used to send issue to, when issue is being sent to subscriber - monitorBouncedEmails
- Type: SystemBoolean
Determine, whether monitoring ob bounced emails is turned on or off for the current site. - bouncedEmailsLimit
- Type: SystemInt32
Determine maximal limit of email bounces. Above this limit are the emails blocked, therefore are filtered.
Return Value
Type:
ObtainSubscriberAddressesEventArgsExceptions See Also