Hello,
- About VCardContact.IsMultiContacts / VCardContact.LoadAsMultiple
Please advise how to save Mapi DistList to a single multi contact vcf file?
- Merging multiple vcf files into one single one is as easy as:
Copy *.vcf MultiContacts.vcf
- And also:
MemStm = New MemoryStream(File.ReadAllBytes(vcfPath), False)
VCardContact.IsMultiContacts(MemStm)
Will always return True for single contact vcf files!
Let me clarify, by multi contact, do you mean the same thing as we export from Android?
Thanks