Quote Originally Posted by Crocus Crow
Your code did the same for me: it saved and removed any attachments, copied the mail document to the specified folder, but also kept it in the Inbox.

Try using the Lotus Domino Objects (COM classes) instead of OLE objects. To do this, change:

Set NSession = CreateObject("Notes.Notessession")
to:
Set NSession = CreateObject("Lotus.NotesSession")
You might need other changes to go with this change.

Also, please post your code within [ code ] tags to preserve the indentation (I assume you have indented it properly in the VB editor) and make it easier to see the overall structure.
Have you tried your hand with COM objects as you have specified? In the object explorer I had found that Notesession is also a member of Domino but CreateObject method failed to create Domino.Notessession. I must admit that I didn't try Lotus.Notessession.

@whysoserious: I can give you a feedback by Monday (soonest if I get time that is) when I get a chance to look at LN which is available in office.