|
: 30 : 32 : 2 |
Presently the only way to import an attachment into a richtext field using LotusScript is using the foreground NotesUIDocument.Import method. Like many foreground methods this is messy as it requires the document to be open on the user's screen, can be interupted via keystrokes, causes the imported text to appear on the screen, cannot run as an agent on a server etc. I would like to see the same Import capability added to the NotesDocument class so that it can operate with all the benefits of a background class..
|