Click or drag to resize

EmailNotificationRecipients Property

Gets or sets the list of recipients.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public IEnumerable<EmailAddress> Recipients { get; set; }

Property Value

Type: IEnumerableEmailAddress

Implements

INotificationT, VRecipients
See Also