K
KatMagic
I took the following code sample from an article about sending email via
asp.net. The error I get says: System.ComponentModel.Win32Exception: No
application is associated with the specified file for this operation
So what am I missing? This is the code:
Dim strURL as String =
"mailto:[email protected]?Cc:[email protected]&Subject:
Using Mailto to send mails&Body:this is a test" Process.Start(strURL)
asp.net. The error I get says: System.ComponentModel.Win32Exception: No
application is associated with the specified file for this operation
So what am I missing? This is the code:
Dim strURL as String =
"mailto:[email protected]?Cc:[email protected]&Subject:
Using Mailto to send mails&Body:this is a test" Process.Start(strURL)