|
return Lookup.FirstOrDefault(x => string.Equals(x.Value, type, StringComparison.OrdinalIgnoreCase)).Key; |
VCard supports multiple types per telephone entry, eg. FAX, WORK or CELL, VOICE, HOME.
The referenced line only compares single types.
The same is true for address.
Is this project still active?
MixERP.Net.VCards/src/MixERP.Net.VCards/Lookups/TelephoneTypeLookup.cs
Line 48 in 3af0511
VCard supports multiple types per telephone entry, eg. FAX, WORK or CELL, VOICE, HOME.
The referenced line only compares single types.
The same is true for address.
Is this project still active?