Code for command buttons to send email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This seems like it should be easy... but...

I have a personal contact form that has fields for both website, email
address and a standardized subject line. I do not want to make these
hyperlink fields. I have command buttons for the website and email field. I
want to click that button, then open the default browser/email server. With
email, I want to capture the email address and subject line from the email
field, and insert it into the new email form.

If I install a hyperlink on the form, this can be set in the 'insert
hyperlink' dialog box, and it works just like I want it to. But I simply can
not find a clear example of the code I'd need to use to create this within
VB. The only help I have found is this 'emailsubject' property - which
spends most of its time talking about the dialog, and gives no help otherwise.

Any assistance woudl be much appreciated...
 
David,

I posted something similar in response to subject: "Sending E-mail to different E-mail ID", in this group. It may be of some use to you?


Jamie
 
Back
Top