使用Lotus Notes Java API从Lotus Notes提取嵌入式图像 [英] Extract inline images from Lotus Notes using Lotus Notes Java API

查看:60
本文介绍了使用Lotus Notes Java API从Lotus Notes提取嵌入式图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果电子邮件是从外部电子邮件(例如gmail)发送到Lotus笔记中的,则提取粘贴在电子邮件正文中的嵌入式图像时会遇到问题.

I'm having issues to extract inline images that are pasted in the email body if the emails are sent from external email (like gmail for example) into the Lotus notes.

从Lotus Notes本身发送的电子邮件没有问题,我可以使用document.generateXML()方法并通过<picture>标记流来检索内联图像.

The emails which are sent from Lotus Notes itself has no issues and I'm able to retrieve the inline images by using the document.generateXML() method and parsing through <picture> tag the stream.

我真正关心的是如何从外部电子邮件(例如gmail)中提取邮件.

My real concern is how to extract from the external emails (like gmail).

推荐答案

如果您编辑电子邮件,则可以将图像复制到另一个程序(例如Paint,Ifranview).步骤:

You can copy the image into another program (e.g. Paint, Ifranview) if you edit the Email. Steps:

1) Highlight the Email in the main Inbox view  
2) Action -> Edit  
3) Select image and copy  
4) Open Ifranview and paste the image, Save it  

这篇关于使用Lotus Notes Java API从Lotus Notes提取嵌入式图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆