Results 1 to 8 of 8
  1. #1
    aellistechsupport is offline Competent Performer
    Windows 7 32bit Access 2013
    Join Date
    Apr 2014
    Posts
    410

    Outlook Security Warning issue with DoCmd.SendObject

    I can't seem to by pass this with anything I've found I can figure out how to apply.

    Anyone know how to disable it?

    I tried the Outlook COM Add-In.
    I don't want to mess with the registry.

    This is where it the warning is from:


    Code:
        DoCmd.SendObject _
         , _
         , _
         , strEmail, _
         , _
         , _
         ("" & Me!Subject), _
         ("" & Me!Greeting) & " " & strContactName & ", " & vbCrLf & vbCrLf & ("" & Me!Message), _
            False
    Any work arounds or disabling it from coming up?
    You have to click on Allow for every single email in the bulk email.
    if it's just one or a few, not that big of a deal but if it's in the hundreds, it's an issue.

  2. #2
    aellistechsupport is offline Competent Performer
    Windows 7 32bit Access 2013
    Join Date
    Apr 2014
    Posts
    410

  3. #3
    aellistechsupport is offline Competent Performer
    Windows 7 32bit Access 2013
    Join Date
    Apr 2014
    Posts
    410
    And in the Trust Center it says Antivirus: Valid

  4. #4
    peiyezhu is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2015
    Posts
    8
    I am afraid this is a build in function by MS for security.

  5. #5
    InsuranceGuy is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Aug 2015
    Location
    Colorado
    Posts
    126
    You'll need to do a bit of research into "CDO". Chip Pearson and Ron de Bruin have great examples.

    Jeff

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    I have my Outlook always open and logged in as well as set Outlook to not warn unless antivirus is inactive/out-of-day and I don't get the warning issue.

    CDO (collaboration data objects) may be an option and a topic of numerous threads.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    InsuranceGuy is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Aug 2015
    Location
    Colorado
    Posts
    126
    June7, I'm very interested in your set up. I have antivirus active (McAfee corporate everything-on) and I have had the same popup matters for years. What antivirus are you using?

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Whatever IT installs. Appears to be McAfee. I have not seen the popup warning.

    I use SendObject in two procedures and Outlook automation in another.

    For the SendObject usage, the email message is displayed for user to review and enter To address.

    For the Outlook automation, message is sent without displaying and not saved into Sent folder.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 07-30-2015, 12:56 PM
  2. Replies: 15
    Last Post: 06-29-2015, 11:12 AM
  3. MS Access triggering Outlook Security warning
    By Amiga1200 in forum Programming
    Replies: 5
    Last Post: 05-22-2014, 11:24 PM
  4. Security Warning
    By mojo53777 in forum Security
    Replies: 0
    Last Post: 11-16-2007, 06:23 AM
  5. DoCmd.SendObject Help
    By bgreer5050 in forum Programming
    Replies: 0
    Last Post: 01-12-2007, 06:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums