From Property
The email address of the HTTP agent (optional).
Object Oriented Interface
public function getFrom(); public function setFrom($value);
Procedural Interface
ipworks_rest_get($res, 21 ); ipworks_rest_set($res, 21, $value );
Default Value
''
Remarks
This property contains the email address of the HTTP agent (optional). If it contains a non-empty string, an HTTP From: header is added to the request. This header generally gives the email address of the requester of the document.
This property is not available at design time.
Data Type
String