Mega Code Archive

 
Categories / VisualBasic Script / Outlook
 

Understanding General Methods for Working with Outlook Objects

Sub display()     Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Display End Sub