Table of Contents

Class EmailAddress

Namespace
Dynamicweb.Mailing
Assembly
Dynamicweb.Core.dll

An email address.

public sealed record EmailAddress : IEquatable<EmailAddress>
Inheritance
EmailAddress
Implements
Inherited Members

Constructors

EmailAddress(string, string?)

An email address.

public EmailAddress(string Address, string? DisplayName)

Parameters

Address string
DisplayName string

Properties

Address

public string Address { get; init; }

Property Value

string

DisplayName

public string? DisplayName { get; init; }

Property Value

string
To top