Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要每隔 1 小时打开一个 Outlook 文件 .MSG 来发送报告。>msg 文件是一个包含收件人列表的模板。请帮助我创建脚本
使用文件,您可以使用它set x = GetObject("c:\somefolder\somefile.msg")来获取对单个对象的引用。使用对象浏览器(Alt + F11 用于编辑器,然后 F2 用于对象浏览器)并按 F1 以获得帮助。
set x = GetObject("c:\somefolder\somefile.msg")