Creates a new internet address list.
Optionaladdresses: Iterable<InternetAddress, any, any>The number of addresses in the list.
Whether this list is read-only.
Enumerates all mailbox addresses, including members of group addresses.
Sets the address at the specified index.
Gets the index of the requested address, or -1 if it is not found.
Inserts an address at the specified index.
Removes the address at the specified index.
Adds a sequence of addresses to the list.
Removes all addresses from the list.
Determines whether the list contains the specified address.
Copies the addresses to an array.
Determines whether this list equals another address list.
Compares this address list with another address list.
Encodes the address list.
Serializes the address list.
StaticparseParses an internet address list.
A Result; { ok: false } with a MimeError on malformed input.
StaticparseParses an address list from a byte range.
A Result; { ok: false } with a MimeError on malformed input.
Represents a list of internet addresses.