Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi...

I need to write a java application which can download attachments from lotus notes.
I have a mailbox configured which gets only attachment based mails.
Is this possible?
If yes, then please help me.. I really have no idea how to do this.
Posted

1 solution

You can use Domingo (a Java API to Lotus) to do what you need. You may use the class EmbeddedObject and its extractFile() method. Here is the link to download Domingo.
http://sourceforge.net/projects/domingo/[^]
 
Share this answer
 
Comments
Member 10885013 9-Jul-14 20:19pm    
The mailbox from which i have to download the attachments from are just installed on the workspace. It's database is not in my local system. I just know the server name. Will this work? Please suggest.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900