Topic Path: Symbol Reference > Constants > DATA_ACCEPT Constant
ContentsIndexHome
PreviousUpNext
DATA_ACCEPT Constant

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

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.