Email Outlook confirmation

I

iccsi

I use docmd.sendObject to send out my report by email.
Outlook has confirmation prompt to click on yes.

Are there any work around for this?

It will be nice to have user send out email without Outlook message.


Your help is great appreciated,
 
C

Clifford Bass

Hi iccsi,

Tools menu, Options, Security, uncheck "Warn me when other applications
try to send mail as me.".

Clifford Bass
 
I

iccsi

Hi iccsi,

     Tools menu, Options, Security, uncheck "Warn me when other applications
try to send mail as me.".

                  Clifford Bass








- Show quoted text -

Thanks for the info,
I beleive that you are talking about Outlook,

For some reason, I do not have the option you mention on the security
tab under option menu,

Thanks again,
 
I

iccsi

Hi iccsi,

    Oops, my error.  I was thinking Outlook Express.  Perhapshttp://msdn.microsoft.com/en-us/library/aa168346(office.11).aspxcan help you.

          Clifford Bass








- Show quoted text -

Thanks for the message,
It seems that to avoid security warning is at server level, but not
application level.

Are there any example to use VBA to sent email by MAPI without using
Outlook?
VBA is the only tool I have in the office.

Your help us great appreciated,
 
C

Clifford Bass

Hi,

Two thoughts.

1) Set your default e-mail program to Outlook Express (or some other
e-mail program other than Outlook) and configure it appropriately.

2) Use CDO for Windows 2000. See
http://msdn.microsoft.com/en-us/library/ms527568(EXCHG.10).aspx for
information. With CDO you can actually send messages directly out through
your SMTP server. And probably using some other methods also. If you look
at the Messaging item you will find some examples. But it would be good to
read through a lot of the other stuff so that you can get a good grasp of how
it works.

Hope that helps,

Clifford Bass
 
I

iccsi

Hi,

     Two thoughts.

     1) Set your default e-mail program to Outlook Express (or someother
e-mail program other than Outlook) and configure it appropriately.

     2) Use CDO for Windows 2000.  Seehttp://msdn.microsoft.com/en-us/library/ms527568(EXCHG.10).aspxfor
information.  With CDO you can actually send messages directly out through
your SMTP server.  And probably using some other methods also.  If you look
at the Messaging item you will find some examples.  But it would be good to
read through a lot of the other stuff so that you can get a good grasp ofhow
it works.

              Hope that helps,

                    Clifford Bass







- Show quoted text -

Thanks for the information,

Any info for Windows XP?

Thanks,
 
C

Clifford Bass

Hi iccsi,

Yeah, it was poorly named. CDOSys = CDO for Windows 2000.

Clifford Bass
 

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