E
Ed Bitzer
I have been successful in sending mail using System.Net.Mail with the
format strTo = ""lastname,firstname" <emailaddress>" including strings
addresses separated by commas yet I now read in the Net Framework
Development Center that the Mail Address Class requires the
MailAddress in the form of, using their example,
"(e-mail address removed)","Ben Miller). Appreciate knowing if I should change
my code when my syntax confirms with what I thought was standard email
address protocol which stated any text could precede an address
enclosed in <> brackets and if fact most commercial software will
generate this construction from a proper name field and an email
address field..
Ed
format strTo = ""lastname,firstname" <emailaddress>" including strings
addresses separated by commas yet I now read in the Net Framework
Development Center that the Mail Address Class requires the
MailAddress in the form of, using their example,
"(e-mail address removed)","Ben Miller). Appreciate knowing if I should change
my code when my syntax confirms with what I thought was standard email
address protocol which stated any text could precede an address
enclosed in <> brackets and if fact most commercial software will
generate this construction from a proper name field and an email
address field..
Ed