Hi
To get the number of contacts inside a MapiDistributionList, shall I use MapiDistList.Members.Count or check other mapi property?
MapiDistList.Recipients.Count is always 0.
VCardContact.LoadAsMultiple uses List(Of VCardContact).
Do you think it’s useful to have a method to convert multi contact Vcf file to MapiDistributionList like this?
VCardContact.SaveAsDistList(loadPath as String, encoding As Encoding, savePath As String)
or
MapiDistList.FromVCF
Thanks.