| View previous topic :: View next topic |
| Author |
Message |
Ali Guest
|
Posted: Mon Aug 29, 2005 10:05 am Post subject: Warning message in sending emails |
|
|
Hi,
I'm using this code to send some mails:
..
..
mailitem.send;
..
when i run it a warning message will appear that"a program is trying to get access data you stored in outlook"
What can i do to disable this message?
Regards
Ali
|
|
| Back to top |
|
 |
Oliver Townshend Guest
|
Posted: Mon Aug 29, 2005 11:14 am Post subject: Re: Warning message in sending emails |
|
|
| Quote: | when i run it a warning message will appear that"a program is trying to
get access data you stored in outlook"
|
Do one of the following:
Use Redemption ([url]www.dimastr.com)[/url].
Disable the warning message via your Exchange Server
Get Outlook Security Manager at http://www.add-in-express.com/
Write your code in Extended MAPI (some samples at www.slipstick.com and
related sites).
Make your code an Outlook add-in (I think this fixes the issue, but only in
2003).
Oliver Townshend
|
|
| Back to top |
|
 |
Ali Guest
|
Posted: Wed Aug 31, 2005 9:32 am Post subject: Re: Warning message in sending emails |
|
|
Thanks to all who answered this question.
"Ali" <mortazavi (AT) rayanbadr (DOT) com> wrote:
| Quote: |
Hi,
I'm using this code to send some mails:
.
.
mailitem.send;
.
when i run it a warning message will appear that"a program is trying to get access data you stored in outlook"
What can i do to disable this message?
Regards
Ali
|
|
|
| Back to top |
|
 |
|