I'm trying to read mails from a mailbox in Exchange 2003 using Microsoft Outlook 11 object library.
When running my codeunit from the Code Designer everything works fine, but when I try to call this function within the Application Server, I get the following error :
'Rejected Safe Mode action : Microsoft Outlook' with Event ID 2001.
Anyone has a solution for this ?
Thanks in advance
0
Comments
http://support.microsoft.com/?kbid=319517
delete this registry key:
HKLM\Software\Microsoft\Windows NT\Current Version\Terminal
Server\Install\Software\Microsoft\Office\11.0\Outlook\Resiliency
and the error message was gone.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Oops, sorry.. that was in the terminal server. The location key would be different in other environment. Try to search for the word "resiliency" under key Outlook in the registry, something like HKLM or HKCU... \Outlook\Resiliency. Careful... backup first before delete. =P~
I have the same problem, does anybody knows a solution?