Understanding General Methods for Working with Outlook Objects
Sub display() Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Display End Sub