How to Check wthether the Logout screen has come or not when Lotus Notes Client or Designer is open i.e. whether the Lotus Notes Window has been locked or not. Please note that this needs to be checked through code(Lotusscript). Please help me asap as this is really urgent.
Check it how, exactly? If the user is logged out or has the workstation locked, what is going to trigger the code? Remember, if the user has the Notes client locked, the login information required to run most code is not available.
You mean to say that the Logout screen has come means Notessession has expired. In that case is there any way to check whether the Notessession has expired or not through the Lotusscript. Your help will be greatly appreciated.
Actually we are trying to access lotus notes from a VBA application. The VBA application tries to send email from lotus notes. To do so, we need to find out whether the lotus notes window is locked or not. Please help.