Hi all,
Please could you advise how I can send a document to another database so it goes directly into a folder rather than the INBOX.
I am using LotusScript to create the document, but cannot find any code to Save or Send the document into another database’s folder.
Regards
Paul
Subject: Move a document to a folder in another database
Are you mailing the document or using CopyTo?
Subject: RE: Move a document to a folder in another database
Hi Michael,
The mini-doc is being created using only some fields from a Calendar entry document.
I want to get the mini-doc into the ($Alarms) folder in other peoples mailfiles.
Currently, when sending the doc, it appears in the Inbox (as expected for now)
I do not want to save the mini-doc to the database it is created in. So I guess that may rule out CopyTo?
Subject: RE: Move a document to a folder in another database
Well, if you have Authors access to the database (the mail file of the people you are setting alarms for) then you could create the document’s directly in that database, and put them into the ($Alarms) folder.
If you don’t have access to the databases, I don’t think you’ll be able to do what you want to do.