Internet Direct (Indy) Version 9.0.2 Beta
|
property Values [const Name: string]: string;
Case sensitivity is set with the CaseSensitive property, and if UnfoldLines is True, lines will be unfolded.
Thus if UnfoldLines is set to true, the value in following Example for Values['Subject'] would be "This is a line which is folded. This is on another line." If UnfoldLines is set to False, the Value['Subject'] would equal = "This is a line which is folded."
Subject: This is a line which is folded. This is on another line.