Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 873 Bytes

contactlist_savecontactasync_64942310.md

File metadata and controls

30 lines (21 loc) · 873 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Contacts.ContactList.SaveContactAsync(Windows.ApplicationModel.Contacts.Contact)
winrt method

Windows.ApplicationModel.Contacts.ContactList.SaveContactAsync

-description

Asynchronously saves the specified Contact to the ContactStore.

-parameters

-param contact

The contact to save.

-returns

An async action indicating that the method has completed.

-remarks

Throws a System.ArgumentException: 'Value does not fall within the expected range.' when the contact passed as parameter has a RemoteID set which is identical to a contacts RemoteID already saved on this device.

-examples

-see-also

-capabilities

contactsSystem