Is it possible to open a template mail message using process.start and then send?

I can open the and complete the to and subject fields but i can not work out how the send the message using code

Code:
  Process.Start(mMailMessage, "mailto:" & eEmailAddress & ",subject=" & Me.txtSubject.Text)
regards
toe