InternetHeaders.Name

From Xojo Documentation

Method

InternetHeaders.Name(Index as Integer) As String

Supported for all project types and targets.

Returns as a String the name of the header specified by its index. Index is zero-based.

Example

This example reads the first header.

Var s As String
s = mail.Headers.Name(0)