Email.SetReplyTo(ReplyTo) example
this.EM = new Email(); var ErrVal = this.EM.Create(this); if (ErrVal >= 0) { this.EM.SetReplyTo("Jimmie <jj@mycompany.com>"); ... }