hey all,
please glance at the following article from ms:
http://msdn2.microsoft.com/en-us/library/microsoft.office.infopath.mailenvelope(
VS.80).aspx
In the article it says the user has to manually press the send mail button
to send the email. does anyone know a way to send it automatically thru
button_click event in visual studio?
thanks,
rodchar
S.Y.M. Wong-A-Ton - 31 Aug 2007 10:32 GMT
Use System.Net.Mail.MailMessage
---
S.Y.M. Wong-A-Ton
> hey all,
> please glance at the following article from ms:
[quoted text clipped - 7 lines]
> thanks,
> rodchar
rodchar - 31 Aug 2007 13:42 GMT
would that be "in addition to" or "instead of" the MailEnvelope class?
> Use System.Net.Mail.MailMessage
> ---
[quoted text clipped - 11 lines]
> > thanks,
> > rodchar
S.Y.M. Wong-A-Ton - 01 Sep 2007 00:04 GMT
"instead of".
---
S.Y.M. Wong-A-Ton
> would that be "in addition to" or "instead of" the MailEnvelope class?
>
[quoted text clipped - 13 lines]
> > > thanks,
> > > rodchar