I have a CognosScript macro (which I obtained from this forum) that is creating an email message in Outlook and attempting to send it. Before the message can be sent, Outlook is sending a prompt asking if it is OK to send the email. How do I automatically respond to the prompt in the script? I want to run the macro on the server from Scheduler and don't want it waiting for a reply. Here is how I'm doing the send:
objOutlookEmail.Send
Thanks for any help you can give me.
objOutlookEmail.Send
Thanks for any help you can give me.