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
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|