View Single Post
  #1  
Old April 22nd 09, 02:13 PM posted to microsoft.public.outlook.program_vba,microsoft.public.access
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Using SendObject in Access to send an email

Low security isn't a good idea. However, in Outlook 2007 if you have an up
to date anti-virus program running the prompt won't occur in out of process
uses of the Outlook object model. SendObject() is a Simple MAPI call, not
Outlook object model. The results might be better if Outlook object model
code were used instead of a Simple MAPI call.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Albert D. Kallal" wrote in message
...
I was under the impression that in 2007, this message is gone.

Try either ensuing that access is in a trusted location, or try setting
macro security to low....

I have access 2007, but only have outlook 2003....

Try either of the above ideas....I don't have the reference, but I do
recall reading somwhere that that nag prompt is gone in one of the above
cases....


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada




Ads