Send email with a doclink using @function or JavaScript |
 |
EXPERT RESPONSE FROM: Dave Hatter

|
 |
|
| > |
QUESTION POSED ON: 18 February 2002
How do I send an email with a doclink on the Web using either @function
or JavaScript? The application is developed in Lotus Notes but it is accessed via the Web.
|
|
| > |
|
There are numerous ways to do the and the best way really depends on when you want to send the mail and your familiarity with the various languages supported by Domino. If you can wait until a document is saved, you could use at @MailSend function in the formula language with the [IncludeDocLink] flag. If you want to be able to do it from the click of a button or link, you could use JavaScript to call an agent the runs on the current Web document (which can be accessed from the DocumentContext property of the NotesSession class) and then use the Send method of NotesDocument and the NotesRichTextItem class.
|
|
|
');
// -->

|
|
 |

 |
 |
Search and Browse the Expert Answer Center
Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
|
 |
 |
 |
|
 |
 |
 |
|
 |
|
 |