zzfive03
Programmer
- Jun 11, 2001
- 267
Hello;
I am developing an application which loops thru a local MS Outlook inbox. WHen it finds an email, it prints it and its attachment.
I am using Visual Basic 6.0 and the Microsoft.Office object. Everything works great.
HOWEVER, when I try to access particular fields of the inbox (specificly email addresses) a warning pops up descrining to the user that an extrenal app is attempting to access email informaiton, do you want to allow this (Yes/No). Because my application is supost to run with no user intervnetion, this is not good for me. I found very little on the MS site. Has anyone had this problem? Does anyone know how I can get around it, short of having an additional thread hanging off my app looking for this window and sending an "OK" click?
Thank you in advance for any help
I am developing an application which loops thru a local MS Outlook inbox. WHen it finds an email, it prints it and its attachment.
I am using Visual Basic 6.0 and the Microsoft.Office object. Everything works great.
HOWEVER, when I try to access particular fields of the inbox (specificly email addresses) a warning pops up descrining to the user that an extrenal app is attempting to access email informaiton, do you want to allow this (Yes/No). Because my application is supost to run with no user intervnetion, this is not good for me. I found very little on the MS site. Has anyone had this problem? Does anyone know how I can get around it, short of having an additional thread hanging off my app looking for this window and sending an "OK" click?
Thank you in advance for any help