Link to home
Start Free TrialLog in
Avatar of jlalande
jlalande

asked on

Detecting if user has configured Lotus Notes

I am working on an application that imports contacts from Lotus Notes. However, this doesn't work unless the user has configured their Notes client. I want to prevent users from initiating a contact import if they have not yet configured Notes.

I am using the Domino COM Toolkit and C#.

Is there a property on the NotesSession object that can be used without calling Initialize first? Initialize requires the user's Notes password which would not yet exist if the user has not yet configured their Notes installation.

Or is there another way to do this?
ASKER CERTIFIED SOLUTION
Avatar of ThomasMcA2
ThomasMcA2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial