Datenstruktur Kontakt - öffentliche Felder

Das Kontaktobjekt besitzt folgende Felder, die öffentlich verwendbar sind.

{
    u8sDisplayName: {type: 'string'},
    u8sFirstName: {type: 'string'},
    u8sLastName: {type: 'string'},
    u8sJobTitle: {type: 'string'},
    u8sCompany: {type: 'string'},
    u8sDepartment: {type: 'string'},
    u8sOfficeRoomNumber: {type: 'string'},
    u8sCustomerID: {type: 'string'},
    u8sBusinessAddressStreet: {type: 'string'},
    u8sBusinessAddressPostalCode: {type: 'string'},
    u8sBusinessAddressCity: {type: 'string'},
    u8sBusinessAddressState: {type: 'string'},
    u8sBusinessAddressCountry: {type: 'string'},
    u8sOtherAddressStreet: {type: 'string'},
    u8sOtherAddressPostalCode: {type: 'string'},
    u8sOtherAddressCity: {type: 'string'},
    u8sOtherAddressState: {type: 'string'},
    u8sOtherAddressCountry: {type: 'string'},
    u8sEMail: {type: 'string'},
    u8sEMail2: {type: 'string'},
    u8sEMail3: {type: 'string'},
    u8sWebPageURL: {type: 'string'},
    u8sPhoneBusiness: {type: 'string'},
    u8sPhoneBusiness2: {type: 'string'},
    u8sCompanyMainTelephoneNumber: {type: 'string'},
    u8sAssistantTelephoneNumber: {type: 'string'},
    u8sPrimaryTelephoneNumber: {type: 'string'},
    u8sCarTelephoneNumber: {type: 'string'},
    u8sRadioTelephoneNumber: {type: 'string'},
    u8sPagerTelephoneNumber: {type: 'string'},
    u8sOtherTelephoneNumber: {type: 'string'},
    u8sCallbackTelephoneNumber: {type: 'string'},
    u8sISDNTelephoneNumber: {type: 'string'},
    u8sTTYTTDTelephoneNumber: {type: 'string'},
    u8sFaxBusiness: {type: 'string'},
    u8sBody: {type: 'string'},
    u8sDirectWebLink: {type: 'string'}
}