Click to See Complete Forum and Search --> : EMail


eric33
May 7th, 1999, 02:22 AM
I want to open the default email service (for example outlook) with an empty message but only the destination address and the subject filled.
The user will only have to fill the text and then send the message.

Could someone help me ?

Lothar Haensler
May 7th, 1999, 02:40 AM
Shellexecute ... "mailto:yourRecipient?subject=yoursubject",...
but many email clients will simply ignore the "subject", although not Outlook AFAIK.