Indy 9
|
TIdIMAP4SearchRec = record Date: TDateTime; Size: Integer; Text: String; SearchKey: TIdIMAP4SearchKey; end;
Date is a TDateTime member that represents a date value to be used in the search criteria.
Size is an Integer member that represents a size value to be used in the search criteria.
Text is a String member that represents a text value to be used in the search criteria.
SearchKey is a TIdIMAP4SearchKey member that indicates the defined search attribute to be used in the search criteria.