ABPerson.SetInstantMessages Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- services
- ABMultiValue<InstantMessageService>
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>