Interface INotificationUserEmail

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Define the properties and members for a notification user by email.

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

Properties

EmailAddress

Gets the e-mail address.

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

Extension Methods