Command Line Outlook switches (XP)
From: donotspam (regan_at_millercanfield.com(donotspam))
Date: 09/07/04
- Next message: Martin Waller: "IUSR Account and Excel Automation"
- Previous message: Mark Irvine: "Re: KB 301659"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 7 Sep 2004 12:07:02 -0700
Dear command line experts:
I want to attach more than one file to an Outlook XP email message using the
command line switch "/a" but I can't find syntax to attach more than one
file.
My code is fairly straightforward (in a batch file):
...
cd /d "c:\program files\microsoft office\office10"
"outlook.exe" /c ipm.note /a "c:\file1.txt"/recycle
...
I've tried using /a "file1" /a "file2"/recycle -- only attaches file1
I've tried using /a """file1" + "file2"""/recycle -- get an error message
about syntax
I've tried using /a "file1","file2"/recycle -- get an error message about
syntax
I have not found anything about attaching more than one file, nor what to do
about the syntax, after searching Help and various newsgroups.
Is there a solution that would allow attachment of more than one file?
Your assistance would be much appreciated,
-- Regards, Lesley by the banks of the Detroit River
- Next message: Martin Waller: "IUSR Account and Excel Automation"
- Previous message: Mark Irvine: "Re: KB 301659"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|