IEmailAddress

Namespace: Proffer.Email

An email address with its optional display name.

public interface IEmailAddress

Properties

Email

Gets the email.

public abstract string Email { get; }

Property Value

String

DisplayName

Gets the display name.

public abstract string DisplayName { get; }

Property Value

String