A project's sender email address.

interface ProjectEmailAddress {
    emailAddress?: string;
    emailAddressStatus?: string[];
}

Hierarchy (view full)

Properties

emailAddress?: string

The email address.

emailAddressStatus?: string[]

When using a custom domain, the status of the email address.