User last Logged on to Outlook

  • Thread starter Thread starter Jason Madison
  • Start date Start date
J

Jason Madison

How can I find out the last time a user was logged on to Outlook, using
Visual Basic?
 
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.
 
Back
Top