Permission question.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm troubleshooting a enhancement that was written for our EDP software
(NxtTrend). It allows you to forward PO's and send mail from inside the
software. It reads the GAL and lets you select names but when I send message
I get a error stateing "Unable to open file mail.err errno=13 (98)". It
does send the message because thier is a failed delivery in exchange mailbox.
I have tested it as admin and it does work.. When I works instead of the
Unable to open msg I get the "A program is trying to access e-mail address
you have stored in outlook".

It looks like a permission issue. How do I set it up for non-admins to get
retreve the e-mails from outlook?. Full admin rights to the computer is not
a option since this is a Citrix server. I can dupicate the problem from a pc
with not admin rights.

Thanks.
 
Most likely, the program is trying to access properties or methods that are blocked by the "object model guard" security in Outlook 2000 SP2 and later versions. See http://www.outlookcode.com/d/sec.htm for your options.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Thank you, I've been to that site. It says why "When an application accesses
a blocked property or method related to addresses, Outlook displays this
dialog, which the user must respond to before the application can continue:"

The issue isn't that the dialog "A program is trying to access e-mail
address you have stored in outlook". Which I don't mine. The issue is that
I'm not getting that dialog at all. Instead of the dialog I get "Unable to
open file mail.err errno=1 (98)".

I'm a admin and not much of a programmer. I don't get the "Unable to open
file" message if I run as a administrator. I only get it when I dont have
admin rights to the computer.

Ed.
 
My understanding is that you may not get that dialog in certain server application scenarios.

Bottom line is that you shouldn't be trying to use Outlook to send mail from an unattended server-based application. CDO for Windows would be a good replacement.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top