Consulting

Results 1 to 4 of 4

Thread: Solved: popup problem reading email information

  1. #1

    Solved: popup problem reading email information

    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.

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

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Hi Joke,

    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,
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

  3. #3
    Hello MOS MASTER,

    Thanks for the usefull information.

    Joke.

  4. #4
    Administrator
    VP-Knowledge Base
    VBAX Guru MOS MASTER's Avatar
    Joined
    Apr 2005
    Location
    Breda, The Netherlands
    Posts
    3,281
    Location
    Hi Joke,

    You're welcome!

    Don't forget to mark the thread solved?
    _________
    Groetjes,

    Joost Verdaasdonk
    M.O.S. Master

    Mark your thread solved, when it has been, by hitting the Thread Tools dropdown at the top of the thread.
    (I don't answer questions asked through E-mail or PM's)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •