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 ABGroupMBS class.
ABGroupMBS.addMember(group as ABPersonMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Does nothing if person is already part of this group (returns false)
Returns true if successful.
ABGroupMBS.addSubgroup(group as ABGroupMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Does nothing if group is already part of this group (returns false)
Recursions are not allowed (returns false)
Returns true if successful
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Available in Mac OS X 10.5 or newer.
See also:
ABGroupMBS.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 |
See also:
ABGroupMBS.distributionIdentifierForProperty(propertyName as string, person as ABPersonMBS) as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
If not set then returns the property primary identifier.
Returns the distribution identifier or "" if not successful.
(Read and Write computed property)
ABGroupMBS.members as ABPersonMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns an empty array if this group doesn't contain any people.
Returns an empty array on any error.
ABGroupMBS.parentGroups as ABGroupMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns an empty array if this group doesn't belong to any groups.
Returns an empty array on any error.
ABGroupMBS.removeMember(group as ABPersonMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Does nothing if group is not part of this group (returns false)
Returns true if successful.
ABGroupMBS.removeSubgroup(group as ABGroupMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Does nothing if group is not part of this group (returns false).
Returns true if successful.
ABGroupMBS.subgroups as ABGroupMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Addressbook | MBS MacCocoa Plugin | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Returns an empty array if this group doesn't contain any other groups.
Returns an empty array on any error.
The items on this page are in the following plugins: MBS MacCocoa Plugin.