Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Addressbook.removeRecord
Removes an person or group record from the Address Book database.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 3.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Deprecated
This function was deprecated. Use Contacts functions instead.
MBS( "Addressbook.removeRecord"; RecordID ) More
Parameters
Parameter | Description | Example |
---|---|---|
RecordID | The unique ID for the target person or group. | $personID |
Result
Returns OK on success and error on failure.
Description
Removes an person or group record from the Address Book database.You may want to call Addressbook.save later to saves changes permanently.
See also
This function checks for a license.
Created 18th August 2014, last changed 24th September 2019
