attributeValue = this.getVcardFieldValue(contact, profileAttribute);
}
String code = card.getCode().trim();
this.setVcardFields(attributeValue, code, vcard, vcardAddress);
}
vcard.addAddress(this.createAddress(vcardAddress, MailingAddressType.HOME_MAILING_ADDRESS));
vcardMapping = vcard.toString();
} catch (Throwable t) {
ApsSystemUtils.logThrowable(t, this, "createVCard");
}
return vcardMapping;