Indy 9
TIdRetrieveOnSelect
See Also, Unit: IdIMAP4
Represents the message data to be retrieved after selecting a mailbox.
TIdRetrieveOnSelect = (rsDisabled, rsHeaders, rsMessages);
Unit
IdIMAP4
Description
TIdRetrieveOnSelect is an enumerated type that represents the type of message data that should be retrieved from a mailbox after successfully selecting a mailbox using the IMAP4 SELECT command. TIdRetrieveOnSelect can contain one of the following:

  • rsDisabled - automatic retrieval is disabled.

  • rsHeaders - client should retrieve message headers only.

  • rsMessages - client should retrieve all message headers and bodies.

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