Extract inline images from Lotus Notes using Lotus Notes Java API
        Posted  
        
            by 
                user1660645
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1660645
        
        
        
        Published on 2012-09-10T23:41:50Z
        Indexed on 
            2012/09/11
            21:38 UTC
        
        
        Read the original article
        Hit count: 992
        
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.
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' xml element tag] the stream.
My real concern is how to extract from the external emails(like gmail).
I would really appreciate for your help and time on this.
Thanks in advance!...
© Stack Overflow or respective owner