EmailMessage.Subject

From Xojo Documentation

Property (As String )
aEmailMessage.Subject = newStringValue
or
StringValue = aEmailMessage.Subject

Supported for all project types and targets.

Gets or sets the subject of the email.

Example

Var mail As New EmailMessage
mail.Subject = "TPS Report"