Access/Outlook automation

  • Thread starter Lance McGonigal
  • Start date
L

Lance McGonigal

Hi all, thanks in advance for your help.

I have a routine that sends some emails out based on a recordset. When I do
the send objects I get a message from Outlook that says someone is trying to
send mail to I want to allow access for x minutes or messages? I think this
is a security setting somewhere but darn if I can find it. Do you know
where I can turn it down some?

Thanks

Lance
 
R

Rick Brandt

Lance McGonigal said:
Hi all, thanks in advance for your help.

I have a routine that sends some emails out based on a recordset. When I do
the send objects I get a message from Outlook that says someone is trying to
send mail to I want to allow access for x minutes or messages? I think this
is a security setting somewhere but darn if I can find it. Do you know
where I can turn it down some?

It is not something that you can turn off at the client. If you are using
Exchange Server I believe the Exchange administrators can do something
about them though.

You can automate Email libraries that don't go through Outlook to avoid the
message. I use the CDOSys DLL that is found on Win 2K and Win XP.
Downside is that you can't display the outgoing message and the user does
not automatically get a copy in their SentMail folder.
 
L

Lance McGonigal

Rick...

Thanks for your help...I'm not using Exchange server just outlook going
through POP3. Does this change the result?

Thanks
 
R

Rick Brandt

Lance McGonigal said:
Rick...

Thanks for your help...I'm not using Exchange server just outlook going
through POP3. Does this change the result?

Then you're stuck with it unless you automate something that doesn't hit the
Outlook libraries.
 

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