Hi,
I have a script that no longer works with Outlook 2003. Used to work before the upgrade. Has MS changed the object model for Outlook 2003? I get a "Variable is undefined: 'olMailItem'"
Sub SendMailOutlook(aTo, Subject, TextBody, aFrom, aAttachment)
'Create an Outlook object
Dim...