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.
如果通过 GUI 更改 SendUsingAccount 属性,我正在开发一个 Outlook 扩展,该扩展需要更改在撰写窗口中打开的 MailItem。我想自动应用我的更改,但我找不到用户进行更改时引发的任何事件。我尝试收听以下事件但没有成功:
SendUsingAccount 属性更改时是否引发任何事件?
不,是简短的答案。你可以破解一个计时器来检查属性的变化。马库斯