but when using companyname:
field2 = CContactItemField::NewLC (KStorageTypeText , KUidContactFieldCompanyName);
field2->SetMapping(KUidContactFieldVCardMapUnusedN)
field2->TextStorage()->SetTextL(_L("company"));
field company name dosn't show.
Does somebody now how to set contact KUidContactFieldCompanyName or where to get information? (rfc 2426 dosn't really help here)...