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.
我有一个现有的 Lotus Notes 脚本/代理,可以对我的邮件中的消息执行某些操作(删除附件)。该脚本显示在“操作”菜单中。
我想将相同的脚本添加到右键菜单中。我怎么做 ?
您必须在 ($Inbox)- 文件夹中创建一个操作。动作的代码是:
@Command([RunAgent]; "YourAgent" )
在动作属性中,您可以启用“包含在鼠标右键菜单中”选项并为动作命名。如果您想在“所有文档”-视图和“已发送”-视图中使用此操作,最好将其创建为“共享”-操作,然后您可以在任何需要的地方重复使用它(在您的邮件数据库)
据我所知,没有办法。
为什么要通过右键单击来执行此操作?也许,我们可以找到另一个解决方案。