Just like Access and other Office applications, Outlook can be automated with VBScript. An event-handler, however, needs to be in a class module, which means VBA, VB, VS.Net, Delphi etc. (An exception is custom Outlook forms, which support Outlook item-level events in VBScript code.)
What's the "big picture" goal of your application?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"David C. Holley" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>I did a cursory investigative study of VBScript (translated I played
> around a little). I'm pretty certain that I can code the procedure to
> update Access via Outlook, my next question is how would I call the SUB
> from VBScript? I'm assuming that the SUB would have to be in VBA to
> allow full access to the Access Object Model and all that fun stuff.
>
> Sue Mosher [MVP-Outlook] wrote:
>> Yes. The details, of course, depend on the type of application you're writing.
>>