Patty
This has been going on since Outlook 2000. I'm surprised it hasn't happened to you before this. Or it could be an update for Office changed something. There are a few work-arounds such as ClickYes and Outlook Redemption (both links found on our More>Links>Development tools section), but the one I find to work flawlessly even when your user's Outlook is not the same version as Access. It's call vbMAPI and is available at everythingaccess.com. Unfortunately, it is not free, but the online help, sample code and tech support is excellent. And you only have to buy one license as a developer. Users do not need a license.
Regards,
Bill Mosca,
Founder, MS_Access_Professionals
That'll do IT http://thatlldoit.com
MS Access MVP
http://mvp.microsoft.com/en-us/mvp/Bill%20Mosca-35852
My Nothing-to-do-with Access blog
From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com]
Sent: Tuesday, December 30, 2014 8:13 AM
To: MS_Access_Professionals@yahoogroups.com
Subject: [MS_AccessPros] Outlook alert with auto email
I have an application that sends automated emails through outlook. I don't use the DoCmd option but rather a version of:
Dim outl As outlook.Application
Set outl = New outlook.Application
Dim mi As outlook.MailItem
Set mi = outl.CreateItem(olMailItem)
mi.Body = "test message"
mi.Subject = "message from access"
mi.To = ""
mi.Send
Set mi = Nothing
Set outl = Nothing
This has worked flawlessly for me over time, but today outlook is suddenly throwing alerts, one per email, of course.
I cannot confirm any changes to virus software, and the alert is clearly from outlook.
Has anyone else seen this or not what is causing it?
Thank you,
Patty
--
Patricia Mapes
Posted by: "Bill Mosca" <wrmosca@comcast.net>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (2) |
Tidak ada komentar:
Posting Komentar