Internet Direct (Indy)
Home
PreviousUpNext
TIdIMAP4.MilliSecsToWaitToClearBuffer Property

Delay time for unhandled response data in the buffer for the client.

Pascal
property MilliSecsToWaitToClearBuffer: integer;

MilliSecsToWaitToClearBuffer is an integer property that indicates the number of milliseconds to wait for clearing of previously unhandled response data in the buffer for the IMAP4 client. MilliSecsToWaitToClearBuffer is used in the overloaded SendCmd method, and allows the client to detect and read unhandled response data before sending additional commands on the client connection. 

The default value for MilliSecsToWaitToClearBuffer is IDF_DEFAULT_MS_TO_WAIT_TO_CLEAR_BUFFER, 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.