_NameSpace.Folders Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Folders As Folders
    Get
'Usage
Dim instance As _NameSpace
Dim value As Folders

value = instance.Folders
[DispIdAttribute()]
Folders Folders { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Folders

Remarks

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

See Also

Reference

_NameSpace Interface

_NameSpace Members

Microsoft.Office.Interop.Outlook Namespace