RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.From Property

Reports the value of the From header of the HTTP request message.

Pascal
property From: AnsiString;
C++
__property AnsiString From;

Read From to determine the Internet e-mail address of the human user for whom the Web client sent the HTTP request message. This value can be used for logging purposes, or to contact the originator of the request if problems occur. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!