Hi all,
I’m aware of that I should use the “name.nfs” and also GetViews however I’ve so far been not been able to solve it.
I need to view all present Groups and to retrieve the e-mail addresses that are associated with each Group in a VB.NET
Any input on the subject is highly appreciated.
TIA,
Dennis
Subject: Retrieve Groups and associated e-mail addresses
Not sure what you are missing.Database name: names.nsf
View: Groups
Field for Group Name: ListName
Field for Email addres: InternetAddress. If this is blank then mail is routed within Domino domain, using only ListName. (Probably your VB.net code should be having a session using a user id which is in this domain). You can’t send mail from outside the domain, if InternetAddress.
Regards,
Litty Joseph
Subject: RE: Retrieve Groups and associated e-mail addresses
Hi Little Joseph,
Thanks and I’m sorry for being more clear in my post.
The issue I have hot to code to access the fields and their contest.
TIA
Dennis