Dim mg As MsgBody = New MsgBody
s.WriteLine("<a href=ConsoleApplication1.exe?PFolder=oPFolder&SFolder=sfolder&oMsg=i>" + oMsg.Subject + "</a>")
I want to call following function in abo ve href
Public Class MsgBody
Public Function message(ByVal PFolder As String, ByVal SFolder As String, ByVal msg As Integer) As String
how can do this?