Internet Direct (Indy) Version 9.0.2 Beta
TIdIMAP4SearchRecArray
Represents a group of search criterion for the IMAP4 SEARCH command.

TIdIMAP4SearchRecArray = array of TIdIMAP4SearchRec;
Description
TIdIMAP4SearchRecArray is an array of TIdIMAP4SearchRec instances that represents a group of search criterion for the IMAP4 SEARCH command. Each element in TIdIMAP4SearchRecArray will contain an TIdIMAP4SearchRec instance with the desired TIdIMAP4SearchKey value and it's associated Date, Size, or Text value to be used in the search.

TIdIMAP4SearchRecArray is used in the TIdIMAP.SearchMailBox method.