Click or drag to resize
ObtainSubscriberAddressesEventArgsAddresses Property
Set of e-mail addresses that will be used to send issue to, when issue is being sent to Subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public ISet<string> Addresses { get; set; }

Property Value

Type: ISetString
See Also