[RESOLVED] Send Email Using Process.Start
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
Re: Send Email Using Process.Start
maito: will complete an email in the default email client, then present the completed (or partially completed) email to the user to send