GetValue

Overview 

Retrieves the value of the specified HTTP header

Syntax 

GetValue(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredHeader name

Example 

This sample code retrieves the From address from the HTTP header:

1HTTPHeader.GetValue("From");