ABPerson.SetInstantMessages Method

Definition

Overloads

SetInstantMessages(ABMultiValue<InstantMessageService>)
SetInstantMessages(ABMultiValue<NSDictionary>)

Sets the ABPerson's new instant messaging services.

SetInstantMessages(ABMultiValue<InstantMessageService>)

public void SetInstantMessages (AddressBook.ABMultiValue<AddressBook.InstantMessageService> services);
member this.SetInstantMessages : AddressBook.ABMultiValue<AddressBook.InstantMessageService> -> unit

Parameters

Applies to

SetInstantMessages(ABMultiValue<NSDictionary>)

Sets the ABPerson's new instant messaging services.

public void SetInstantMessages (AddressBook.ABMultiValue<Foundation.NSDictionary> value);
member this.SetInstantMessages : AddressBook.ABMultiValue<Foundation.NSDictionary> -> unit

Parameters

value
ABMultiValue<NSDictionary>

A AddressBook.ABMultiValue{Foundation.NSDictionary} containing the ABPerson's new instant messaging services.

See also

  • <xref:AddressBook.ABPerson.GetInstantMessages>

Applies to