ExplorersClass Class

Definition

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Explorers.

public ref class ExplorersClass : Microsoft::Office::Interop::Outlook::Explorers, System::Collections::IEnumerable
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("00063053-0000-0000-C000-000000000046")]
public class ExplorersClass : Microsoft.Office.Interop.Outlook.Explorers, System.Collections.IEnumerable
Public Class ExplorersClass
Implements Explorers, IEnumerable
Inheritance
ExplorersClass
Attributes
Implements

Properties

Application

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Explorers.

Class

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Explorers.

Count

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Explorers.

Item[Object]

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Explorers.

Parent

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Explorers.

Session

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Explorers.

Methods

Add(Object, OlFolderDisplayMode)

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Explorers.

Events

NewExplorer

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see Explorers.

Applies to