AddressBookContact.JobTitle
From Real Software Documentation
Property (As AddressBookData)
| This property is only available on the OS X platform. For cross-platform development, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aAddressBookContact.JobTitle = newAddressBookDataValue
or
AddressBookDataValue = aAddressBookContact.JobTitle
or
AddressBookDataValue = aAddressBookContact.JobTitle
Job title entry.
