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!
 
Top