Sending Notes Emails with Multiple Notes.ini Files
Hi All:
Is there any way when you create a Notes Session to specify which Notes.ini file to use?
Our I.T. department has stored the Notes.ini file in C:\Documents And Settings\ID\Application Data.....etc.
When I issue the following command:
session = CreateObject("Notes.NotesSession")
The system picks up the Notes.ini from C:\Notes and not from the application folder.
Is there a way to specify to the Notes session which Notes.ini file the session object should read from?
Kevin