I'm attempting to generate an email that has the subject and body already filled in. I want the "To" to be left blank for the user to fill in. The body of the message has the potential to be very long, and I'm running into the character limits if I do a ShellExecute(mailto:blah,blah,blah) command. Is there any way around this? We use Lotus Notes, but I would like to make it generically just open the user's default email client. Is there a way to pull this off?
↧