_NavigationFolder.Folder Property
Returns a Folder object that represents the shared or linked folder associated with the navigation folder. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Folder As MAPIFolder
Get
'Usage
Dim instance As _NavigationFolder
Dim value As MAPIFolder
value = instance.Folder
[DispIdAttribute()]
MAPIFolder Folder { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.MAPIFolder