Starting Outlook from the Windows Scheduler while logged-off

L

lwegerich

Hi,

I am writting an application that connect to Outlook and retrieve an e-mail
from the Inbox. It works fine when I run the application whilst logged-in but
if I try to schedule the application (using the same account than to run the
application normally) I got a SecuirtyException Error on the following line
of my code:

Outlook.ApplicationClass _outlookApp = new Outlook.ApplicationClass();

Is there a workaraound ?
 
Top