How to read document or mail from folder in Lotusnotes

Posted by Naga116 under ASP.NET on 1/4/2013 | Points: 10 | Views : 3639 | Status : [Member] | Replies : 0
Hi,

I am having a requirement, like I would like read mail/read document from lotus notes using vb.net. I am using Interop.Domino dll for lotus notes view

Please provide me solution.

I tried in below ways

1. NotesView = NotesDB.GetView("($test)") - Throwing an error : System.NullReferenceException: Object reference not set to an instance of an object.


2. NotesView = NotesDB.GetView("(test)") -- same error

3. NotesView = NotesDB.GetView("(_test)") -- Same error

It is working like below formate
NotesView = NotesDB.GetView("($Inbox)") -- working fine

Nagaraju


Responses

(No response found.)

Login to post response