Represents the IMAP4 error and/or warning response code.
wsNo = 2;
wsNo is a constant Integer value representing the IMAP4 error message that indicates unsuccessful completion of an associated command, or a warning for a command that can still complete successfully. The IMAP4 response is often accompanied by human-readable text that may be presented to the user as an information message.
IMAP4 response code constants and information messages are used in TIdRFCReply in the NumericCode and Text properties.
|
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. |