Explorer Object
Outlook Developer Reference |
Represents the window in which the contents of a folder are displayed.
Remarks
- Use the Item method of the Explorers object to return the object representing a specific explorer.
- Use the ActiveExplorer method to return the object representing the currently active explorer (if there is one).
- Use the GetExplorer method to return the Explorer object associated with a folder.
- Use the Display method of a Folder object to display a folder in its associated explorer.
See Also