Based upon KB article 262701 and 262631 which cites
"Item.Send - When you run a program that uses the Outlook
object model to call the Send method, you receive a
warning message. This warning message tells you that a
program is trying to send mail on your behalf and asks if
you want to allow the message to be sent. The warning
message contains both a Yes and a No button, however, the
Yes button is not available until five seconds have
passed since the warning message appeared. You can
dismiss the warning message immediately if you click No.
When you click No, the Send method returns an E_FAIL
error in the C or C++ programming languages."
What are possible solutions to bypassing and disabling
this dialog box? Is there a registry setting? Or does
this require seperate programming?
Ken Slovak - [MVP - Outlook] - 26 Sep 2003 16:13 GMT
See http://www.slipstick.com/outlook/esecup.htm#autosec
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
> Based upon KB article 262701 and 262631 which cites
>
[quoted text clipped - 13 lines]
> this dialog box? Is there a registry setting? Or does
> this require seperate programming?