G
Guest
Can you run an Outlook procedure from vbscript? I tried this but won't work.
Set oOutlook = CreateObject("Outlook.Application")
oOutlook.Run "myProcedure"
Can this be done?
Set oOutlook = CreateObject("Outlook.Application")
oOutlook.Run "myProcedure"
Can this be done?