Send encrypted email using Lotus notes

◇◆丶佛笑我妖孽 提交于 2019-12-13 05:58:45

问题


Is there is a way to send encrypted email using Lotus notes using JAVA API?

thanks.


回答1:


Yes. Set EncryptOnSend on the Document to true, then send it using the send method.

To encrypt a document when mailed, this method looks for the public key of each recipient in the Domino Directory. If it cannot find a recipient's public key, the method sends an unencrypted copy of the document to that recipient. All other recipients receive an encrypted copy of the document.



来源:https://stackoverflow.com/questions/10813681/send-encrypted-email-using-lotus-notes

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!