MAPIFolder.Folders Property
Returns the Folders collection that represents all the folders contained in the specified Folder. 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 MAPIFolder
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
Microsoft.Office.Interop.Outlook Namespace