I am trying to integrate some new software with our existing Lotus Notes system, but am having a bit of trouble with one line that just does not compile:Set DefaultCredentials = New NetworkCredential(UserName, Password)
When I try to save, I get `Class or type name not found’ for NetworkCredential. As far as I can tell, I have the .NET Framework installed and set up correctly on my machine, and I believe that line should be correct. Are there any steps required that I may have forgotten?