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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
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 ))
This function is free to use.
Created 18th August 2014, last changed 25th September 2018
Addressbook.searchGroupsWithName - Addressbook.searchPeopleWithEmail