InternetHeaders.ValueAt

From Xojo Documentation

Method

InternetHeaders.ValueAt(index as Integer) As String

New in 2019r2

Supported for all project types and targets.

Returns the header at the specified index.

Example

Var s As String
s = mail.Headers.ValueAt(1)