Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Addressbook.searchPeopleWithCreationDate
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 |
Deprecated
This function was deprecated. Use Contacts functions instead.
MBS( "Addressbook.searchPeopleWithCreationDate"; StartDate { ; EndDate } ) More
Parameters
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 |
Result
Returns list of all person IDs.
Description
Searches for people in address book with creation date between both dates.Examples
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 ))
See also
This function is free to use.
Created 18th August 2014, last changed 25th September 2018
Addressbook.searchGroupsWithName - Addressbook.searchPeopleWithEmail
