vCardVersion property
The vCard version to use when exporting to VCard. V4 is the most current, but V3 is the most commonly supported.
Implementation
VCardVersion vCardVersion = VCardVersion.v3;
The vCard version to use when exporting to VCard. V4 is the most current, but V3 is the most commonly supported.
VCardVersion vCardVersion = VCardVersion.v3;