Expand description

Email Address Name

Email Address Name is the email address specification for one display name.

Example:

let x = EmailAddressNameAsStructStr("Alice Adams");

Compare:

  • “Alice Adams alice@example.com” is a EmailAddress

  • “Alice Adams” is a EmailAddressName

  • “alice@example.com” is a EmailAddressAddr

Structs

Type Definitions