Share via


_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
ReadOnly Property IsRemovable As Boolean
    Get
'Usage
Dim instance As _NavigationFolder
Dim value As Boolean

value = instance.IsRemovable
bool IsRemovable { get; }

Property Value

Type: System.Boolean

Remarks

Only shared or linked folders can be programmatically removed from the Navigation Pane.

See Also

Reference

_NavigationFolder Interface

_NavigationFolder Members

Microsoft.Office.Interop.Outlook Namespace