Inviare una mail contenente un link ad un documento in Notes


Set docMemo = New NotesDocument(dbCurrent)docMemo.Form = "Memo"
docMemo.Sendto = "nicola.colonna@ngi.it"
docMemo.Subject = "Ciao"

Set rt = New NotesRichTextItem( docMemo, "Body" )

Call rt.appendtext("Ciao")
Call rt.AppendDocLink(documentoLinkato, "Questa descrizione comparirà nella status bar")

Call docMemo.send(True)

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>