EmailMessage "Replyto"

Is it possible to set the replyto address of an EmailMessage in Xojo?

Add a header with “Reply-To” as name and email as value.

mail.Headers.AppendHeader(“Reply-To","christian@coolsoftware.com”)

??

Looks right.