G
Giaco
Hi All:
I made an application in vb that execute Outlook with a command line
to automatize a process. The command line is this:
Outlook.exe /c ipm.note /m (e-mail address removed)?Subject=Hi&Body=Hello /a
c:\file.txt
Since Outlook 2000 SP3, this command line generates an error like "not
enough parameters"
I test it with
Outlook.exe /c ipm.note /m (e-mail address removed)?Subject=Hi&Body=Hello
and it works fine.
I Test it with
Outlook.exe /c ipm.note /a c:\file.txt
and it works fine too! The parameters are correct but it seems that
only can work with 2 parameters and not with three!
It is possible??? Can I do the same with another parameters???
Please, help!
Thank you in advance,
Giaco
I made an application in vb that execute Outlook with a command line
to automatize a process. The command line is this:
Outlook.exe /c ipm.note /m (e-mail address removed)?Subject=Hi&Body=Hello /a
c:\file.txt
Since Outlook 2000 SP3, this command line generates an error like "not
enough parameters"
I test it with
Outlook.exe /c ipm.note /m (e-mail address removed)?Subject=Hi&Body=Hello
and it works fine.
I Test it with
Outlook.exe /c ipm.note /a c:\file.txt
and it works fine too! The parameters are correct but it seems that
only can work with 2 parameters and not with three!
It is possible??? Can I do the same with another parameters???
Please, help!
Thank you in advance,
Giaco