_NameSpace.Folders Property

Definition

Returns the Folders collection that represents all the folders contained in the specified NameSpace. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::Folders ^ Folders { Microsoft::Office::Interop::Outlook::Folders ^ get(); };
public Microsoft.Office.Interop.Outlook.Folders Folders { get; }
Public ReadOnly Property Folders As Folders

Property Value

Remarks

The NameSpace object is the root of all the folders for the given name space.

Applies to