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.
我希望有人可以给我一个示例,说明如何使用 VBA 在 Lotus Notes 中将电子邮件设置为“紧急”。
是否有用于 Lotus Notes 的 VBA API 库来执行此操作?
假设您已经有了通过 VBA 发送电子邮件的代码,您只需在发送前在邮件文档上设置重要性项:
maildoc.Importance = "1" '1 = high, 2 = normal, 3 = low