ArticleFrom Property
The email address of the author (for posting articles).
Object Oriented Interface
public function getArticleFrom(); public function setArticleFrom($value);
Procedural Interface
ipworks_nntp_get($res, 3 ); ipworks_nntp_set($res, 3, $value );
Default Value
''
Remarks
This property contains the email address of the author (for posting articles). The string in this property is posted with a From article header to the news server.
If the resulting header is longer than MaxHeaderLength, then it is folded according to RFC 850 specifications.
This property is not available at design time.
Data Type
String