Internet Direct (Indy)
Home
PreviousUpNext
DATA_ACCEPT Constant

Numeric response code indicating data has been successfuly sent to a SMTP server.

Pascal
DATA_ACCEPT: SmallInt = 354;

DATA_ACCEPT is a SmallInt constant that represents the numeric response code indicating data has been successfuly sent to a SMTP server using the SMTP client. 

DATA_ACCEPT is used in the internal Send methods for the base class when transmitting data to the SMTP server.

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.