Hi ,
I am trying to access Groups from Lotus Notes using C#.
Hi ,
I am trying to access Groups from Lotus Notes using C#.
In Notes / Domino, Groups are stored as notes documents within the Name and Address Book (NAB) database, which is generally stored as names.nsf in the home data folder of the server. If you are trying to access details of a group (say, the group's membership list), you can do this in the same way that you would access documents in any Notes database. So, from C#, you can use the domino.dll API. I don't have sample code, but the basic steps would be: