That code is way over my head. I don't even know where to start with all of that. I have tried using "mailto:" and like the idea, but I can't seem to do attachments with it.
System.Diagnostics.Process.Start("mailto:@email.co m?subject=IP Information&Body=See attachment&Attach=c:\program files\ip info\ip.txt")
If there is a way that will open a email page and fill out all the information along with the attachement, that would be perfect.
I don't want code where it automatically sends the message, because the email may go to different people and it needs to use the users smtp client.
|