No, you can't disable the "object model guard" unless you are the Exchange
administrator (in which case, you probably won't want to). See
http://www.outlookcode.com/d/sec.htm for your options, which include
recoding.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"JB" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a vb application that needs to automatically e-mail account/sales
> information to our salespeople as part of our order scheduling process.
> I'm able to programmatically send the e-mail. However, when the .send
event
> fires, outlook will display an inquiry message stating "A program is
trying
> to automatically send e-mail on your behalf. Do you want to allow this?"
> followed by a "Yes" or "No".
>
> Is there any way to disable this feature? I know what I'm trying to do
> looks like I'm trying to hijack someone email account, but this is a
> legitimate function in that we're trying to automate a significant part of
> our business process.
>
> Thanks
> JB
>
>