Friday, May 15, 2009

DXL for documents in Trash folder of Lotus Notes Mail

I had a tough time with handling dxl of Lotus Notes document. The problem is I want to get dxl of documents in the Trash folder of Louts Notes mail database. I was using notes document UNID to get the document and passing the document to dxl exporter. But I when I make a db.getDocumentByUNID() ; it is showing invalid universal id.

How I solved the issue is, i got the noteID of the document and used db.getDocumentByID() for getting handling of the document and passing it to DXL exporter. It worked fine.

I am working on LN 7.0.3.

I don't know whether this is happening with LN 8. i have to check......: :)

No comments:

Post a Comment