Insert hyperlink in Lotus Notes email manually

0

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 this possible. I am running 8.5.

user234194

Posted 2011-06-24T22:12:02.560

Reputation: 99

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 – 2011-06-25T07:53:41.757

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 – 2011-06-26T07:20:16.597

Answers

0

I found this site when searching for a similar problem: Lotus Notes creating Hotspot.

I hope this helps.

Ronald Calma

Posted 2011-06-24T22:12:02.560

Reputation: 1

0

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

leyrer

Posted 2011-06-24T22:12:02.560

Reputation: 111