Internet Direct (Indy)
Home
PreviousUpNext
TIdIMAP4.RetrieveOnSelect Property

Specifies data to automatically retrieve from the mailbox when a mailbox is selected.

Pascal
property RetrieveOnSelect: TIdRetrieveOnSelect;

RetrieveOnSelect is a TIdRetrieveOnSelect property that indicates the data to be automatically retrieved when selecting an IMAP4 mailbox. 

rsHeaders indicates that only message headers are loaded for messages in the mailbox. 

rsMessages indicates that complete messages are loaded from the mailbox. 

rsDisabled indicates that no message data is loaded from the mailbox. 

RetrieveOnSelect is used in the SelectMailBox and the ExamineMailBox methods to determine if any message data should be loaded in the MailBox that represents the currently selected mailbox. 

The default value for RetrieveOnSelect is rsDisabled as assigned during initialization of the component.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.