interface EmailAddress {
    domain: string;
    login: string;
}

Properties

Properties

domain: string

Domain part of the mailbox address.

login: string

Username part address of the mailbox address.