ContactPartnerProvisioningManager.ImportVcardToSystemAsync Method

Definition

This API is not intended to be used directly from your code.

public:
 static IAsyncAction ^ ImportVcardToSystemAsync(IInputStream ^ stream);
 static IAsyncAction ImportVcardToSystemAsync(IInputStream const& stream);
public static IAsyncAction ImportVcardToSystemAsync(IInputStream stream);
function importVcardToSystemAsync(stream)
Public Shared Function ImportVcardToSystemAsync (stream As IInputStream) As IAsyncAction

Parameters

stream
IInputStream

The stream containing the vCard data.

Returns

An asynchronous action. If you use Asynchronous programming, the result type is void.

Windows requirements

App capabilities
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]

Applies to