EmailHeaders.Value

From Xojo Documentation

Method

EmailHeaders.Value(Name as String) As String

Supported for all project types and targets.

Returns a String containing the value of the specified header.




Method

EmailHeaders.Value(Index as Integer) As String

Supported for all project types and targets.

Returns a String containing the value of the specified header.




Method

EmailHeaders.Value(Name as String,Index as Integer) As String

Supported for all project types and targets.

Returns a String containing the value of the specified header.