Indy 9
TIdIMAP4SearchRec
See Also, Unit: IdIMAP4
Represents search criteria for the IMAP4 SEARCH command.
TIdIMAP4SearchRec = record
  Date: TDateTime;
  Size: Integer;
  Text: String;
  SearchKey: TIdIMAP4SearchKey;
  end;
Unit
IdIMAP4
Members
Date: TDateTime;
Date is a TDateTime member that represents a date value to be used in the search criteria. Date and other search keys are used in TIdIMAP4.SearchMailBox.
Size: Integer;
Size is an Integer member that represents a size value to be used in the search criteria. Size and other search keys are used in TIdIMAP4.SearchMailBox.
Text: String;
Text is a String member that represents a text value to be used in the search criteria. Text and other search keys are used in TIdIMAP4.SearchMailBox.
SearchKey: TIdIMAP4SearchKey;
SearchKey is a TIdIMAP4SearchKey member that indicates the defined search attribute to be used in the search criteria.
Description
TIdIMAP4SearchRec is a record type that contains the IMAP4 search key and associated search values to be used as part of the IMAP4 SEARCH command. An array of TIdIMAP4SearchRec instances, or TIdIMAP4SearchRecArray, is used in TIdIMAP4.SearchMailBox to perform a search in the currently selected mailbox.

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.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.