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
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: Patricia Mapes <patty.mapes@gmail.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
.
__,_._,___
Tidak ada komentar:
Posting Komentar