|
VoiceChange COM objects reference - main list Method Find |
Result = ArchivObject.Find(Criteria, MaxCount, ResultSet)
Find files in archive by the query Criteria.
Criteria is a parameter string. Each parameter describes one query. Returned files match all queries in parameter string. Parameter list:
Parameter Value $folder Folder name in which the files are searched. $id File identificator. It is used in these methods DeleteFile, GetFile, SetItems. received Date and time of storing the file. The format is YYYYMMDDHHMM. read File was (value 1) or was not (value 0) already read by user. from_line Caller line number.
MaxCount determines the maximal number of returned files.
The object returned in ResultSet is used as a parameter in method FetchNextRecord.
Found messages can be retrieved using the method FetchNextRecord.
The method returns True if at least one record was found or False if no record was found.