How can I find out the last time a user was logged on to Outlook, using Visual Basic?
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?
E Eric Legault [MVP - Outlook] 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.