Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to ABPersonMBS class.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
See also:
ABPersonMBS.Constructor(addressBook as ABAddressBookMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 11.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Available in Mac OS X 10.5 or newer.
See also:
ABPersonMBS.Constructor(vCardData as Memoryblock)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Handle is 0 on failure after constructor finished.
(e.g. because of invalid vCard data)
This gives a temporary ABPersonMBS object which is only useful in the same method.
At least we observed problems and crashes when this person is stored in a property of a window and used later.
See also:
ABPersonMBS.EditInAddressbook as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns true on success and false on failure.
ABPersonMBS.image as NSImageMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Addressbook | MBS MacCocoa Plugin | 7.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Only does local file system searches.
Raises an exception if no image exists.
Convenience function which calls imageData and converts data to and from NSImage.
(Read and Write computed property)
ABPersonMBS.imageData as Memoryblock
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Only does local file system searches. Data will be in an NSImage/QuickTime compatible format.
Raises an exception if no image exists.
(Read and Write computed property)
ABPersonMBS.linkedPeople as ABPersonMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns an array of only this person if this person is not linked.
Available in Mac OS X 10.8 and newer.
ABPersonMBS.parentGroups as ABGroupMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 11.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns an empty array if this person doesn't belong to any groups.
Returns an empty array on any error.
ABPersonMBS.setImageData(data as Memoryblock) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Pass "" to clear the image.
ABPersonMBS.ShowInAddressbook as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns true on success and false on failure.
ABPersonMBS.vCardRepresentation as Memoryblock
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns nil on any error.
The items on this page are in the following plugins: MBS MacCocoa Plugin.