Indicates if command pipelining is used for the SMTP connection.
property PipeLine: Boolean;
PipeLine is a Boolean property that indicates if command pipelining should be used for the SMTP client connection, as described in:
RFC 2197 - SMTP Service Extension for Command Pipelining
The default value for PipeLine is DEF_SMTP_PIPELINE as assigned in the Create constructor.
Changing the value in PipeLine to True causes the value in UseEHLO to be set to True also.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|