SetValue
Overview
Sets value of an HTTP headerSyntax
SetValue(1, 2)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Header name |
| 2 | string | Required | Value to assign to header |
Example
This sample code sets the From address in the HTTP header:
HTTPHeader.SetValue("From","aruiz@example.com");