Internet Direct (Indy)
Home
PreviousUpNext
TIdReplyPOP3.EnhancedCode Property
Pascal
property EnhancedCode: String;

EnhancedCode is a String property that represents the contents of the POP3 Enhanced Status Code

Writing a value to EnhancedCode caused the new value to be formatted and validated accoring to the requirements for the enhanced status code. If the new value is a valid enhanced status code, it is assigned to the property. Otherwise, an EIdPOP3ReplyInvalidEnhancedCode exception is raised. 

EnhancedCode is used when generating an RFC-formatted reply, and is inserted prior to the message text for the RFC-compliant response. 

EnhancedCode is updated when an RFC-formatted reply has been assigned to the object instance.

Exceptions 
Description 
With the message RSPOP3ReplyInvalidEnhancedCode
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.