Agent to put stuff in Inbox?

Hello,We have many users that copy project correspondence to a shared mail database from their own mailboxes using a simple Copy to Database agent. The trouble is that these documents end up only appearing in All Documents in the second database.

I have tried to create a “before new mail arrives” agent to move the new content to the Inbox so that the rules can be run on it, but it’s not working. Any ideas please?

Thanks,

Ralph

Subject: Agent to put stuff in Inbox?

Just use the agent to put the message in the inbox.

Assuming it’s in Lotusscript, the PutInFolder method of the notesdocument is what you need.

Subject: RE: Agent to put stuff in Inbox?

Thank you for your help. It’s still fighting me a bit but I’m learning all the time!

Ralph