GetValue
Overview
Retrieves the value of the specified HTTP headerSyntax
GetValue(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Header name |
Example
This sample code retrieves the From address from the HTTP header:
HTTPHeader.GetValue("From");
GetValue(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Header name |
This sample code retrieves the From address from the HTTP header:
HTTPHeader.GetValue("From");