0

我想以 RFC822 格式发送我的 Lotus Notes 邮件。

我如何使用 Domino.dll 或 c# 中的任何其他 api 来做到这一点。

4

1 回答 1

0

Head over to OpenNTF.org. There is a sample in LotusScript how to save Lotus Notes eMails as MIME. (Almost) everything you can do in LotusScript you can do through the COM interface of the Lotus Notes Client. However you need to have a Lotus Notes client installed properly. An alternative would be to use that LotusScript sample code to write an Lotus Domino agent to render the result through a web service on Domino. Then your application could just call the web service to get converted messages. You need to be clear that it only makes sense for standard eMails, but neither applications nor messages with constructs not supported by mime like encrypted messages, signatures, sections, OLE objects etc. An alternative could be the export into XML format which is also supported on Domino.

Or you could just upgrade to the latest version and happily use it on Windows, Linux and Mac (I work for IBM, so I had to say that) :-)

于 2010-03-13T05:06:41.757 回答