Forum Discussion
YMinaev
Staff
16 years agoHi,
Work with Outlook and Word via COM. See their built-in VBA references to find what objects, properties and methods you need to use.
To obtain a COM object in script, use the Sys.OleObject property.
Work with Outlook and Word via COM. See their built-in VBA references to find what objects, properties and methods you need to use.
To obtain a COM object in script, use the Sys.OleObject property.