B
Brian Hanson
Hi,
I have an asp.net (vb) app where I am creating a Crystal Report,
exporting it to a .pdf file and then e-mailing that report, as an
attachment, to several users using System.Web.Mail.MailMessage(). One
of the properties is MailMessage.To which is my recipient list. All
is working well.
However, when I substitute individual email addresses in the
MailMessage.To string with the name of a distribution group, it fails
never giving an error.
Has anyone run across this before?
Thanks,
Brian
I have an asp.net (vb) app where I am creating a Crystal Report,
exporting it to a .pdf file and then e-mailing that report, as an
attachment, to several users using System.Web.Mail.MailMessage(). One
of the properties is MailMessage.To which is my recipient list. All
is working well.
However, when I substitute individual email addresses in the
MailMessage.To string with the name of a distribution group, it fails
never giving an error.
Has anyone run across this before?
Thanks,
Brian