ContactPartnerProvisioningManager.ImportVcardToSystemAsync 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.
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]
|