从 Excel VBA 发送格式化的 Lotus Notes 富文本电子邮件
在尝试使用答案中的提示时
我几乎可以做我需要的一切:用我的数据库中的数据编写多行,通过 html 代码格式化正文,并使用链接和格式化文本。
我还需要在邮件正文中放置图像,但是 html 代码“img src =”等。不起作用,可能是因为图像位于我的电脑上并且收件人无法访问。 我需要找到一种嵌入图像的方法,就像使用 Lotus 菜单一样。 在我的意大利 Lotus Notes 7 中,有一个带有图像选项的“创建”菜单,我找到该图像,单击“确定”即可完成。
这就是我希望用我的代码做的事情,请告诉我这是可能的! :-)
提前致谢。
里卡多·巴尔迪诺蒂,意大利
While trying to use the hints in your answer at
Sending formatted Lotus Notes rich text email from Excel VBA
I could do almost everything I needed: write multiple lines with data from a database of mine, formatting the body by mean of html code, with links and formatted text.
I also need to put an image in the mail body, but the html code "img src="etc. does not work, maybe because the image is located on my pc and is not reached by the recipients.
I need to find a way to embed the image just like I would do by mean of the Lotus menus.
In my Italian Lotus Notes 7, there is a Create menu with an Image option, I find the image, click OK and it is done.
That's what I wish to do with my code, please tell me it's possible! :-)
Thanks in advance.
Riccardo Baldinotti, Italy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
地址为
http://www-10.lotus.com /ldd/nd6forum.nsf/DateAllThreadedweb/dcbf91b97004f0af8525773e002867a9?OpenDocument
我找到了解决方案,现在我的邮件正文中有一个图像。
这是我的代码。
问候
At the address
http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/dcbf91b97004f0af8525773e002867a9?OpenDocument
I found a solution, and now my mail body has an image in it.
Here is my code.
Regards
在这里您可以找到完整的代码。它太大了,无法粘贴到这里,所以我只复制几行来展示这个想法:
Here you can find the complete code. It's too large to paste here, so I'm copying just a few lines to show the idea: