Anyone know a quick way to obtain the Notes program direcotry path via vb.net? I mean after
session = CreateObject(“Lotus.NotesSession”)
session.Initialize()
then is there a properties or method that can return where the Notes program directory is located? I see there is a GetDbDirectory, but that’s not the same as Notes program directory.