FORMULA LANGUAGE
In a Web application, sets the value of HTTP headers in the response being generated by the server for the browser client.
Note This function is new with Release 6.
Syntax
@SetHTTPHeader( responseHeader ; value )
Parameters
responseHeader
successOrFailure
@SetHTTPHeader is useful in formulas that run in the context of a browser; the Notes client always returns @False, or zero (0), for this formula.
See @GetHTTPHeader for information on getting a request header value.
Language cross-reference
Headers property of LotusScript NotesMIMEEntity class
Headers property of Java MIMEEntity class
Example