CNMutableContact.EmailAddresses Property

Definition

An array of CNLabeledValue<ValueType> objects containing the label of the email and a string value.

public virtual Contacts.CNLabeledValue<Foundation.NSString>[] EmailAddresses { [Foundation.Export("emailAddresses", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setEmailAddresses:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.EmailAddresses : Contacts.CNLabeledValue<Foundation.NSString>[] with get, set

Property Value

Attributes

Applies to