London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface INotificationUserEmail

Define the properties and members for a notification user by email.

Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface INotificationUserEmail : INotificationUser

Properties

EmailAddress

Gets the e-mail address.

Declaration
string EmailAddress { get; }
Property Value
Type Description
System.String

Extension Methods