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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top