I am trying to send emails through MAPIsend using Outlook 2003. The only problem I am having is with the security. I need it to be fully automated. I am getting the message "Another Program it trying to send email on your behalf"...
How can I get around this?
I've tried a second script to deal with this. I can tab over to the "yes" box, but I cannot get it to accept an enter.
This is what I have tried:
proc main
;sendvkey 0x09 ;tab
sendvkey 0x25 ;left arrow
;pause 1
;sendvkey 0x09 ;tab
pause 1
sendvkey 0x0D ;return
;sendvkey 13
;sendkeystr "^M"
endproc
Thanks..
How can I get around this?
I've tried a second script to deal with this. I can tab over to the "yes" box, but I cannot get it to accept an enter.
This is what I have tried:
proc main
;sendvkey 0x09 ;tab
sendvkey 0x25 ;left arrow
;pause 1
;sendvkey 0x09 ;tab
pause 1
sendvkey 0x0D ;return
;sendvkey 13
;sendkeystr "^M"
endproc
Thanks..