Link and object in a LotusNotes mail

T

Taro

Hello,

How can I insert link or object into a note? Every macro
is about only "how to attach file into the note?", like
the following:
"If Attachment <> "" Then
Set AttachME = MailDoc.CreateRichTextItem("Attachment")
Set EmbedObj = AttachME.EmbedObject
(1454, "", "c:\test.txt", "Attachment")
MailDoc.CreateRichTextItem ("Attachment")
End If"

How should I modify this code or how can my problem be
solved?

Thanks in advance!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top