Internet Direct (Indy)
|
Updates properties for the SMTP Enhanced Status Code reply.
procedure SetEnhReply( const ANumericCode: Integer; const AEnhReply: String; const AText: String );
Parameters |
Description |
ANumericCode |
Numeric SMTP reponse code for the reply. |
AEnhReply |
SMTP Enhanced Status Code for tghe reply. |
AText |
Message text for the reply. |
SetEnhReply is a procedure used to update the NumericCode, EnhancedCode, and Text properties for the SMTP Enhanced Status Code reply. SetEnhReply stores the values in ANumericCode, AText, and AEnhReply to the corresponding properties.
NumericCode
EnahncedCode
Text
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. |