PDA

View Full Version : Solved: popup problem reading email information



jokevdmeer
07-29-2005, 02:47 AM
Dear Outlook experts,

We wrote some script what is working correctly but there is one very small problem. If we want to read information from the email a form is popping up with the warning that a program (ours) is trying to read email addresses and you can give the answere "yes / no / help"

If yes, everything is working correctly etc etc


Is there any possibility to disable this popup?


Nice regards,


Joke. :help

Used code
Dim WithEvents oOpenMail As Outlook.MailItem
MsgBox oOpenMail.SenderEmailAddress '"<<gives popup

MOS MASTER
07-29-2005, 04:17 AM
Hi Joke, :yes

This is a security thing in Outlook and it is possible to bypass by using Outlook Redemption but there are other options.

All available options are listed and described here:
http://www.outlookcode.com/d/sec.htm

HTH, :whistle:

jokevdmeer
07-29-2005, 04:29 AM
Hello MOS MASTER,

Thanks for the usefull information.

Joke. :friends:

MOS MASTER
07-29-2005, 04:33 AM
Hi Joke, :yes

You're welcome! :beerchug:

Don't forget to mark the thread solved?