C
calvinX
Hi Everyone,
I am having a problem with sending an email from a VB.NET application. I can
send an email automatically from my application (without seeing it) but I
want to load the data into my email program so that the email will be logged
in my sent items folder for future reference.
I am using the following code
strEmail = "mailto:" & strTo & "?subject=" & strSubject & "&body=" & strbody
System.Diagnostics.Process.Start(strEmail)
This all works fine and dandy but the email is not formatted properly. I
want to preview a formatted email.
How does one do this?
Can I get a handle to the email program process and manipulate it?
Thanks
Calvin X
I am having a problem with sending an email from a VB.NET application. I can
send an email automatically from my application (without seeing it) but I
want to load the data into my email program so that the email will be logged
in my sent items folder for future reference.
I am using the following code
strEmail = "mailto:" & strTo & "?subject=" & strSubject & "&body=" & strbody
System.Diagnostics.Process.Start(strEmail)
This all works fine and dandy but the email is not formatted properly. I
want to preview a formatted email.
How does one do this?
Can I get a handle to the email program process and manipulate it?
Thanks
Calvin X