ContactInformation.ParseVcardAsync(IInputStream) Method

Definition

Parses a vCard from a stream and returns a populated ContactInformation object.

public:
 static IAsyncOperation<ContactInformation ^> ^ ParseVcardAsync(IInputStream ^ vcard);
 static IAsyncOperation<ContactInformation> ParseVcardAsync(IInputStream const& vcard);
public static IAsyncOperation<ContactInformation> ParseVcardAsync(IInputStream vcard);
function parseVcardAsync(vcard)
Public Shared Function ParseVcardAsync (vcard As IInputStream) As IAsyncOperation(Of ContactInformation)

Parameters

vcard
IInputStream

A stream containing the vCard data.

Returns

When this method completes, it returns a ContactInformation object populated with the data from the vCard. If you use Asynchronous programming, the result type is ContactInformation.

Windows requirements

App capabilities
ID_CAP_CONTACTS [Windows Phone]

Applies to

See also