AggregateContactManager.UnlinkRawContactAsync(Contact) Method

Definition

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

Applies to