Email Outlook confirmation

  • Thread starter Thread starter iccsi
  • Start date Start date
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,
 
Hi iccsi,

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

Clifford Bass
 
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,
 
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,
 
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
 
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,
 
Hi iccsi,

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

Clifford Bass
 
Back
Top