A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface INotificationUserEmail

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

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

Properties

EmailAddress

Gets the e-mail address.

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

Extension Methods