G
Guest
I'm sending eMail messages from my Visual Basic.NET application. Creating a
System.Web.Mail.MailMessage and sending it with SmtpMail.Send works fine, but
I'd like to take it a step further and hook up with the correct Mail Server
automatically, or, even better, deliver the message into the client´s actual
eMail application so he can use his address book to select the recipient,
etc. Can anyone point me in the right direction? At least as far as telling
me how to get the name of the Mail Server, if any, that the user is hooked up
with. As far as plugging into the Mail-client the user is using, perhaps
that's a lot of bother since the different clients ,Outlook, Outlook Express,
and (I shudder to mention it) Non-Microsoft mail clients may not accept the
same type of Message-object. Still, I'd be grateful for any input.
System.Web.Mail.MailMessage and sending it with SmtpMail.Send works fine, but
I'd like to take it a step further and hook up with the correct Mail Server
automatically, or, even better, deliver the message into the client´s actual
eMail application so he can use his address book to select the recipient,
etc. Can anyone point me in the right direction? At least as far as telling
me how to get the name of the Mail Server, if any, that the user is hooked up
with. As far as plugging into the Mail-client the user is using, perhaps
that's a lot of bother since the different clients ,Outlook, Outlook Express,
and (I shudder to mention it) Non-Microsoft mail clients may not accept the
same type of Message-object. Still, I'd be grateful for any input.