Click or drag to resize
ObtainSubscriberAddressesHandlerStart Method
Starts the event.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
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: ObtainSubscriberAddressesEventArgs
Exceptions
ExceptionCondition
ArgumentNullExceptionsubscriber is null
See Also