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 ?
Printable View
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 ?
Shellexecute ... "mailto:yourRecipient?subject=yoursubject",...
but many email clients will simply ignore the "subject", although not Outlook AFAIK.