I have been requested to see if you can develop an ActiveX.exe that will take two input parameters-
Destination Email Address
File Attachment Name and Location
and automatically access Outlook and email the attachment to the Destination Email Address.
I can do the Outlook part, the only problem is they want to access the ActiveX.exe NOT from a VB app but from another Unix based app which would generate a command line script such as
C:\EmailProg\ActiveXEmailProg.exe
the problem is - how can I get the two input parameters to the ActiveX control through this command?
Destination Email Address
File Attachment Name and Location
and automatically access Outlook and email the attachment to the Destination Email Address.
I can do the Outlook part, the only problem is they want to access the ActiveX.exe NOT from a VB app but from another Unix based app which would generate a command line script such as
C:\EmailProg\ActiveXEmailProg.exe
the problem is - how can I get the two input parameters to the ActiveX control through this command?