J Jason Madison Sep 7, 2004 #1 How can I find out the last time a user was logged on to Outlook, using Visual Basic?
G Guest Sep 7, 2004 #2 You could write some code in the Application.MapiLogonComplete event to track logons in the registry or a file for later retrieval by another process.
You could write some code in the Application.MapiLogonComplete event to track logons in the registry or a file for later retrieval by another process.