Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Returns an array of all the people in the Address Book database.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 3.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
This function was deprecated. Use Contacts functions instead.
Parameter | Description | Example | Flags |
---|---|---|---|
Account | The account identifier to limit search for. | _local | Optional |
Returns list of all person IDs.
Get list of people IDs and show name of first person:
Set Variable [$people; Value:MBS( "Addressbook.people" )]
Set Variable [$firstPerson; Value:GetValue($people; 1)]
Show Custom Dialog ["Name of first person"; MBS( "Addressbook.record.displayname"; $firstPerson )]
Created 18th August 2014, last changed 17th March 2016
Addressbook.multivalue.values - Addressbook.persistentAccounts
Feedback: Report problem or ask question.