How do I launch outlook with multi-attachments using command line.

G

Guest

Hello,
I'm trying to use command line switches to launch outlook with multiple
attachments and subject. But it just work this way:
- With subject:
"C:\Program Files\Microsoft Office\Office10\Outlook.exe" /c ipm.note /m
"(e-mail address removed)?subject=TEST OUTLOOK"
- Or with only one attachment:
"C:\Program Files\Microsoft Office\Office10\Outlook.exe" /a "C:\test.txt"
- But when I try for multiple attachments like this, it doesn't work:
"C:\Program Files\Microsoft Office\Office10\Outlook.exe" /a "C:\test.txt" /a
"C:\outlook.txt"
or:
"C:\Program Files\Microsoft Office\Office10\Outlook.exe" /a
"C:\test.txt","C:\outlook.txt"
-If I try with subject and one attachment, it doesn't work neither.
Please help.
Thanks.
 
K

Ken Slovak - [MVP - Outlook]

As you've seen, what you want to do can't be done by using command line
switches.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top