User last Logged on to Outlook

J

Jason Madison

How can I find out the last time a user was logged on to Outlook, using
Visual Basic?
 
E

Eric Legault [MVP - Outlook]

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.
 
Top