IEmailAddress
Namespace: Proffer.Email
An email address with its optional display name.
public interface IEmailAddress
Properties
Gets the email.
public abstract string Email { get; }
Property Value
DisplayName
Gets the display name.
public abstract string DisplayName { get; }