Interface INotificationUserEmail
Define the properties and members for a notification user by email.
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface INotificationUserEmail : INotificationUserProperties
EmailAddress
Gets the e-mail address.
Declaration
string EmailAddress { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
