Remove

Overview 

Removes the specified information from the HTTP header

Syntax 

Remove(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredHeader name

Example 

This sample code removes the From address from the HTTP header.

1HTTPHeader.Remove("From");