Launching a pre-filled in email using outlook.exe

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

Guest

I wish to launch outlook.exe from a command line and have the email address,
subject and body pre-filled in.
Is there a way to do this?
I did get this far... It at least fills in email address by doing this...

cmd.exe /c outlook.exe /m (e-mail address removed)

But I need somehow to have the subject and body pre-filled in, maybe by
indicating a text file with body text or something or another command line
switch.
I have tried the START MAILTO technique but it refuses to load body text.
Or is their maybe a macro capability to do this?
 
Yes. Although its ?subject not &subject for the correct parameter.
Its only the &body that doesnt work.
 
Back
Top