InternetHeaders.Source

From Xojo Documentation

Method

InternetHeaders.Source() As String

Supported for all project types and targets.

Returns a String containing the raw source text of the headers.

Notes

The Name and Value are separated by a colon for each header and the headers are delimited by an EndOfLine.

Example

This example retrieves the internet headers and displays them in a TextArea.

Var mail As New EmailMessage
TextArea1.Value = mail.Headers.Source