> didn't see any references to Outlook 2003
http://www.slipstick.com/outlook/ol2003.htm discusses Outlook 2003 and has
numerous links to sub-topics.
> Could you elaborate, please on the second type you
> mentioned "Outlook VBA code that uses the intrinsic
> Application object"?
As mentioned in my reponse to your question, that is a quote from Sue in a
response to post(s) in one of the Outlook newsgroups. However, my
interpretation: it just means creating an application object via VBA, after
which all of that object's properties, methods, items, etc., are available
for your use. See:
http://msdn.microsoft.com/library/de...us/vbaol10/htm
l/olobjApplication.asp
--
Cheryl Fischer
Law/Sys Associates
Houston, TX
"TomT" <(E-Mail Removed)> wrote in message
news:018501c3a6e9$0bde88b0$(E-Mail Removed)...
> Cheryl,
>
> Thanks very much for your reply. I checked the site you
> mentioned, but (and I may be getting old and blind) I
> didn't see any references to Outlook 2003.
>
> Could you elaborate, please on the second type you
> mentioned "Outlook VBA code that uses the intrinsic
> Application object"?
>
> Thanks for your kind assistance.
>
> >-----Original Message-----
> >According to Outlook MVP Sue Mosher:
> >
> >" ... Outlook 2003 does not show security prompts on
> three specific types of
> >applications:
> >
> > -- VBScript code in published, non-oneoff Outlook
> forms
> >
> > -- Outlook VBA code that uses the intrinsic
> Application object
> >
> > -- Outlook COM add-ins properly constructed to derive
> all objects from
> >the Application object passed by the OnConnection event"
> >
> >For more details, see her WebSite:
> >http://www.slipstick.com/outlook/esecup.htm#autosec.
> >
> >
> >--
> >Cheryl Fischer
> >Law/Sys Associates
> >Houston, TX
> >
> >"TomT" <(E-Mail Removed)> wrote in message
> >news:014001c3a6e2$3fb71a50$(E-Mail Removed)...
> >> Quite some time ago, I looked into ways around the
> >> Outlook security warning when a program is trying to
> >> access it (via VVBA). At that time it appeared there
> was
> >> no way around this, except to use another method to
> send
> >> mail.
> >>
> >> I've moved much of this functionality over to SMTP
> using
> >> CDOSYS, however there are still some cases where users
> >> want to see and edit Outlook email generated from our
> >> Access front end, and have them in their Sent Items.
> >>
> >> I was wondering if there currently exists a way to
> >> disable the security warning, in, e.g. Outlook 2002 or
> >> 2003, perhaps by digital signatures and certificates.
> >> Users are living with the warning, but don't like it
> >> much. We actually delayed applying service paks to
> >> Outlook 2000 to avoid the issue, but have had to
> finally
> >> give in and apply them.
> >>
> >> Any help would be greatly appreciated.
> >>
> >> Thanks
> >
> >
> >.
> >