Interface INotificationUserEmail
Define the properties and members for a notification user by email. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public interface INotificationUserEmail : INotificationUser
Properties
EmailAddress
Gets the e-mail address.
Declaration
string EmailAddress { get; }
Property Value
Type | Description |
---|---|
System.String |