how to handle the Outlook Express warning window in Word VBA

E

Eric Wu

I have accomplish the function of Word's mail merge by VBA programming, it
will send the mail through Outlook Express.

As well-known security consideration, Outlook Express 6 prevents e-mail
messages from being sent programmatically from Outlook Express without your
knowledge by displaying a dialog that enables you to send or not to send the
e-mail message.

Now, my question is that how can I handle the dialog window and send the
merge e-mail message by VBA programming, instead of chicking the "Yes" button
on the dialog window manually while every e-mail message sending.
 
S

senthil kumar.s

See this code :

use outlook redemption.Dll and Compose mail Redemption.Safemail and transfer
it to outlook mailitem and send .
 

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