Function deltachat::contact::import_vcard

source ยท
pub async fn import_vcard(
    context: &Context,
    vcard: &str,
) -> Result<Vec<ContactId>>
Expand description

Imports contacts from the given vCard.

Returns the ids of successfully processed contacts in the order they appear in vcard, regardless of whether they are just created, modified or left untouched.