_NavigationFolder.IsRemovable Property
Returns a Boolean value (bool in C#) that indicates whether the NavigationFolder object can be removed from the Navigation Pane. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property IsRemovable As Boolean
Get
'Usage
Dim instance As _NavigationFolder
Dim value As Boolean
value = instance.IsRemovable
[DispIdAttribute()]
bool IsRemovable { get; }
Property Value
Type: System.Boolean
Remarks
Only shared or linked folders can be programmatically removed from the Navigation Pane.