This feature was removed from the Exchange 2007 UI.

From the Exchange Management shell:

Get-MailboxStatistics | Select-Object DisplayName, LastLogonTime, LastLogOffTime | Format-Table

The item count and mailbox size can also be obtained:

Get-MailboxStatistics | Select-Object DisplayName, ItemCount, TotalItemSize | Format-Table

See Also

http://blogcastrepository.com/blogs/0_to_60_in_a_fortnight/archive/2007/05/03/when-did-a-user-last-logon-to-their-exchange-2007-mailbox-and-how-do-i-use-powershell.aspx

Category:Exchange