使用Lotus notes中的@commands进行复制和发送(Copy and send using @commands in lotus notes)

编程入门 行业动态 更新时间:2024-10-25 11:20:32
使用Lotus notes中的@commands进行复制和发送(Copy and send using @commands in lotus notes)

我正在尝试在Lotus Notes邮件文件的工具栏中创建一个按钮,该文件将在设置字段时将当前选定的documwent转发到邮件地址。 我需要使用@commands,因为我不允许更改数据库的设计。 我一直在玩@mailsend等等,但我没有在这里找到真正的解决方案:-)

提前致谢,

保罗

I'm trying to create a button in the toolbar of a Lotus Notes mail-file that will forward the currently selected documwent to a mail-address while setting a field. I need to to this by using @commands, as I will not be allowed to change the design of the database. I've been playing around with @mailsend, etc etc, but I don't come to a real solution here :-)

Thanks in advance,

Paul

最满意答案

你可以转发文件

@Command( [MailForwardAsAttachment] )

而文件将被转发到所选文件的“SendTo”字段中的地址。 因此,如果sendTo字段不存在,则必须像这样创建字段

FIELD SendTo:= "person@mail.com" ; @Command( [MailForwardAsAttachment] )

为此你必须成为该文件的编辑。

you can forward the document with

@Command( [MailForwardAsAttachment] )

than the Document will be forwarded to the address which is in the 'SendTo' field of the selected document. So if the sendTo field not exist, you have to created the field like this

FIELD SendTo:= "person@mail.com" ; @Command( [MailForwardAsAttachment] )

and for this you have to be the editor of the document.

更多推荐

本文发布于:2023-07-17 10:09:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1142790.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:commands   notes   Lotus   lotus   send

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!