AggregateContactManager.UnlinkRawContactAsync(Contact) 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.
Asynchronously unlinks a raw contact from the parent aggregate contact.
public:
virtual IAsyncAction ^ UnlinkRawContactAsync(Contact ^ contact) = UnlinkRawContactAsync;
IAsyncAction UnlinkRawContactAsync(Contact const& contact);
public IAsyncAction UnlinkRawContactAsync(Contact contact);
function unlinkRawContactAsync(contact)
Public Function UnlinkRawContactAsync (contact As Contact) As IAsyncAction
Parameters
- contact
- Contact
The raw contact to remove from the aggregate.
Returns
An async action that indicates the operation is complete.
Windows requirements
App capabilities |
contactsSystem
|