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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Searches for people in address book with creation date between both dates.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 3.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
This function was deprecated. Use Contacts functions instead.
Parameter | Description | Example | Flags |
---|---|---|---|
StartDate | The start date for the search range. | Date(10; 1; 2013) | |
EndDate | The end date for the search range. | Date(11; 1; 2013) | Optional |
Returns list of all person IDs.
Searches all people created between 1st of September and 1st of December 2013:
MBS("Addressbook.searchPeopleWithCreationDate"; Date ( 9 ; 1 ; 2013 ); Date ( 10 ; 1 ; 2013 ))
Searches all people created after 1st of September:
MBS("Addressbook.searchPeopleWithModificationDate"; Date ( 9 ; 1 ; 2013 ))
Created 18th August 2014, last changed 25th September 2018
Addressbook.searchGroupsWithName - Addressbook.searchPeopleWithEmail
Feedback: Report problem or ask question.