View Source
Class NotificationEmailAddress
Represents an email address used for notifications. Contains both the address and its display name.
Assembly: Umbraco.Core.dll
Syntax
public class NotificationEmailAddress
Constructors
View Source
NotificationEmailAddress(string, string)
Declaration
public NotificationEmailAddress(string address, string displayName)
Parameters
| Type |
Name |
Description |
| string |
address |
|
| string |
displayName |
|
Properties
View Source
Address
Declaration
public string Address { get; }
Property Value
View Source
DisplayName
Declaration
public string DisplayName { get; }
Property Value