+ Reply to Thread
Results 1 to 6 of 6

Outlook Warning Messages

  1. #1
    AD108
    Guest

    Outlook Warning Messages

    I just finished (hopefully) making a small application. It sends emails to
    every customer in the state or country the user specifies. It works fine
    except that I get the following warning message for each email that the code
    pulls, which the user then has to respond to each time before they can
    proceed.

    "Warning, a program is trying to access email addresses you have stored in
    Outlook"....etc.

    Is there a way to turn this off. I tried using "application.displayalerts =
    false" but it didn't work. Maybe I put the statement in the wrong area of
    the code.

    Thanks in advance.



  2. #2
    Corey
    Guest

    Re: Outlook Warning Messages

    I think you may need to lower the SECURITY level to disable this Warning in
    Outlook.
    Outlook Expres under security tab has a tick box to 'Warn if another
    application is trying to send mail'.
    I would say MSOutlook would be similar but, cause i do not use it am not
    exactly sure what setting it will be, but am sure it will be under security
    somewhere.
    Corey....



  3. #3
    NickHK
    Guest

    Re: Outlook Warning Messages

    Application.DisplayAlerts=False will not work, as this message is generated
    by the Outlook application, not Excel.
    One option is Redemption: http://www.dimastr.com/redemption/

    NickHK

    "AD108" <[email protected]> wrote in message
    news:[email protected]...
    > I just finished (hopefully) making a small application. It sends emails

    to
    > every customer in the state or country the user specifies. It works fine
    > except that I get the following warning message for each email that the

    code
    > pulls, which the user then has to respond to each time before they can
    > proceed.
    >
    > "Warning, a program is trying to access email addresses you have stored in
    > Outlook"....etc.
    >
    > Is there a way to turn this off. I tried using "application.displayalerts

    =
    > false" but it didn't work. Maybe I put the statement in the wrong area of
    > the code.
    >
    > Thanks in advance.
    >
    >




  4. #4
    AD108
    Guest

    Re: Outlook Warning Messages

    Thanks for the reply. I looked for ages and coudn't find the setting.
    Maybe someone else out there knows?


    "Corey" <[email protected]> wrote in message
    news:[email protected]...
    > I think you may need to lower the SECURITY level to disable this Warning

    in
    > Outlook.
    > Outlook Expres under security tab has a tick box to 'Warn if another
    > application is trying to send mail'.
    > I would say MSOutlook would be similar but, cause i do not use it am not
    > exactly sure what setting it will be, but am sure it will be under

    security
    > somewhere.
    > Corey....
    >
    >




  5. #5
    AD108
    Guest

    Re: Outlook Warning Messages

    Thanks for the lead, I'll look into it.

    "NickHK" <[email protected]> wrote in message
    news:[email protected]...
    > Application.DisplayAlerts=False will not work, as this message is

    generated
    > by the Outlook application, not Excel.
    > One option is Redemption: http://www.dimastr.com/redemption/
    >
    > NickHK
    >
    > "AD108" <[email protected]> wrote in message
    > news:[email protected]...
    > > I just finished (hopefully) making a small application. It sends emails

    > to
    > > every customer in the state or country the user specifies. It works

    fine
    > > except that I get the following warning message for each email that the

    > code
    > > pulls, which the user then has to respond to each time before they can
    > > proceed.
    > >
    > > "Warning, a program is trying to access email addresses you have stored

    in
    > > Outlook"....etc.
    > >
    > > Is there a way to turn this off. I tried using

    "application.displayalerts
    > =
    > > false" but it didn't work. Maybe I put the statement in the wrong area

    of
    > > the code.
    > >
    > > Thanks in advance.
    > >
    > >

    >
    >




  6. #6
    Ron de Bruin
    Guest

    Re: Outlook Warning Messages

    See also
    http://www.rondebruin.nl/mail/prevent.htm


    --
    Regards Ron De Bruin
    http://www.rondebruin.nl



    "AD108" <[email protected]> wrote in message news:[email protected]...
    >I just finished (hopefully) making a small application. It sends emails to
    > every customer in the state or country the user specifies. It works fine
    > except that I get the following warning message for each email that the code
    > pulls, which the user then has to respond to each time before they can
    > proceed.
    >
    > "Warning, a program is trying to access email addresses you have stored in
    > Outlook"....etc.
    >
    > Is there a way to turn this off. I tried using "application.displayalerts =
    > false" but it didn't work. Maybe I put the statement in the wrong area of
    > the code.
    >
    > Thanks in advance.
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1