AMPscript
GetValue
Remove
SetValue
Validate Your Server-Side JavaScript using WSProxy
Removes the specified information from the HTTP header
Remove(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Header name |
This sample code removes the From address from the HTTP header.
1HTTPHeader.Remove("From");