I am trying to send an email with a link(or path of file or can be simply shared folder path), I know how to do with hotspot, but I have to do when I send the mail from java. So, I was basically looking for the code that I have to attach in the body of the mail.

Is is even possible. I am running 8.5

link|improve this question
I don't understand your question. Are you using a lotus notes java API? And how is the insert manual? Is hotspot a reference to java? – slotishtype Jun 25 '11 at 7:53
I am trying to send email which have a path(lets say : c:\testfolder\test.txt ) in the body of the mail. I am using java to send email. I want the path to work as hotspot, but how do I do it through java. – user234194 Jun 26 '11 at 7:20
feedback

2 Answers

I found this site when searching for a similar problem.

I hope this helps.

Regards, Ronald Calma

http://en.allexperts.com/q/Using-Lotus-Notes-1427/Lotus-Notes-creating-Hotspot.htm

link|improve this answer
feedback

You can probably use the Lotus Notes MIMEEntity object to create a MIME (Multipurpose Internet Mail Extensions) mail with a HTML body. See the Notes Designer Help, chapter "Working with a MIME entity in Java classes" for more information

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.