excludedEmailAddresses property

List<String>? excludedEmailAddresses
getter/setter pair

Contains the excluded email addresses.

The value can be a particular email address, a hostname to indicate all email addresses on that host or a domain with a leading period (e.g. .example.com) to indicate all email addresses in that domain.

Implementation

core.List<core.String>? excludedEmailAddresses;