Hello,
The sample code here:
Dim dlist = CType(msg.ToMapiMessageItem(), MapiDistributionList)
Dim options = New MapiDistributionListSaveOptions(ContactSaveFormat.VCard)
dlist.Save(“distribution_list.vcf”, options)
MapiDistributionListSaveOptions does not have a VCF version property?
I mean the saved multi VCF file will be in vcf v2 or v3?
Worth to have a MapiDistributionListSaveOptions.VCFVersion property to be able to select the contact file version?
Thanks