NewsletterEventsObtainSubscriberAddresses Field |
Is called when newsletter module is asking other modules that have custom subscriber type (see
SubscriberType property)
for e-mail addresses that an issue will be sent to. The event arguments are a
SubscriberInfo of the subscriber that the e-mails are being
obtained and reference to a set of addresses. Handlers subscribing to this event should then check whether the subscriber is of required type and fill the
given set of addresses with its own addresses.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax Remarks
This event is used only for external subscribers that are not of type
ROLE,
USER
nor
CONTACT. These types are included directly in newsletters module.
Remarks
This event is now only used when obtaining count of e-mail addresses in A/B testing, Newsletter module doesn't support creating custom subscriber types.
See Also