Expand description

Email Address Addr

Email Address Addr is the email address “addr specification”, which means one email delivery string with an “@” sign, without any display name.

Example:

let x = EmailAddressAddrAsStructStr("alice@example.com");

Compare:

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

  • “Alice Adams” is a EmailAddressName

  • “alice@example.com” is a EmailAddressAddr

Structs

Type Definitions