System.Web.Mail.MailMessage

  • Thread starter Thread starter John Grandy
  • Start date Start date
J

John Grandy

Regarding System.Web.Mail.MailMessage

Does anyone know if it's possible to set the sender's name ?

The only relevant property I see is the MailMessage.From property. Can this
property be set to accomplish my goal ?

For example, and e-mail from "Stanley Steamer" (e-mail address removed) ...

In Microsoft Outlook, "Stanley Steamer" shows up in the "From" field of the
e-mail, and in the "From" column of the Inbox view .....
 
Hi Brian, and thanks for the response.

I'd also like for all replies to my e-mails to automatically fill-in the To:
box ......

I believe that to implement this technique one must utilize the
MailMessage.Headers property ...

Any ideas ?
 
Back
Top