ABPerson.SetEmails(ABMultiValue<String>) Method

Definition

Sets the ABPerson's new email addresses.

public void SetEmails (AddressBook.ABMultiValue<string> value);
member this.SetEmails : AddressBook.ABMultiValue<string> -> unit

Parameters

value
ABMultiValue<String>

A ABMultiValue<T> containing the ABPerson's new email addresses

Applies to

See also