can someone tell me how can i fix the error in :
Imports System.Web
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
smtpMail.Send("someone@microsoft.com", "jesse@contoso.com", "Subject line", "Message text.")
End Sub
End Class
the error in smtpMail