Hello experts,
I'm coding a routine which should open a new mail form of the mail standard
mail client installed on a system (e.g. outlook, outlook express, netscape
mail, etc.) for support reasons. The routine should fill in some textual
information. It should, however, not mail the information directly. The user
should be able to check the contents of the mail and he should be able to
edit the mail before sending it.
Consequently, I have the simple question: Is there any method in visual
basic (.net) to force the standard mail client of a machine to open a new
form (like mailto:... in HTML) and fill in some information?
Best regards,
John
I'm coding a routine which should open a new mail form of the mail standard
mail client installed on a system (e.g. outlook, outlook express, netscape
mail, etc.) for support reasons. The routine should fill in some textual
information. It should, however, not mail the information directly. The user
should be able to check the contents of the mail and he should be able to
edit the mail before sending it.
Consequently, I have the simple question: Is there any method in visual
basic (.net) to force the standard mail client of a machine to open a new
form (like mailto:... in HTML) and fill in some information?
Best regards,
John
Comment