Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I respond to an Outlook prompt in CognosScript?

Status
Not open for further replies.

JeffECR

Programmer
Oct 10, 2006
10
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top