emailAddresses property
The person's email addresses.
For people.connections.list
and otherContacts.list
the number of email
addresses is limited to 100. If a Person has more email addresses the
entire set can be obtained by calling GetPeople.
Implementation
core.List<EmailAddress>? emailAddresses;