Can I send an e-mail with outlook express (I have Windows XP Prof ) by using
a script to manage the recipient, the subject and the name of the file.

Rolf

Re: VBS send e-mail with attachment by Pegasus

Pegasus
Wed Jan 23 11:20:54 CST 2008


"Rolf Gruene" <gruene@hannoversche-kassen.de> wrote in message
news:OGWRHqcXIHA.1212@TK2MSFTNGP05.phx.gbl...
> Can I send an e-mail with outlook express (I have Windows XP Prof ) by
> using
> a script to manage the recipient, the subject and the name of the file.
>
> Rolf
>

AFAIK, VB Script only has an interface with Outlook, not
with Outlook Express. You could use the SendKey method
but I consider this to be a clumsy and unreliable method.
Alternatively you could send the message from within VB Script,
using CDO.