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
regardsCode:Process.Start(mMailMessage, "mailto:" & eEmailAddress & ",subject=" & Me.txtSubject.Text)
toe




Reply With Quote