EmailAddresses property

EmailAddressDictionary EmailAddresses
Gets an indexed list of e-mail addresses for the contact. For example, to set the first e-mail address, use the following syntax: EmailAddresses[EmailAddressKey.EmailAddress1] = "john.doe@contoso.com"

Implementation

EmailAddressDictionary get EmailAddresses =>
    this.PropertyBag[ContactSchema.EmailAddresses] as EmailAddressDictionary;