Contents

emailAddresses

An array of labeled email addresses for the contact.

Declaration

var emailAddresses: [CNLabeledValue<NSString>] { get }

Discussion

This property is an array of CNLabeledValue objects, each of which has a label and an NSString that contains the email address.

See Also

Getting Addresses