_NavigationFolder.DisplayName Property

Returns a String (string in C#) representing the display name of the NavigationFolder object. Read-only.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property DisplayName As String
    Get
'Usage
Dim instance As _NavigationFolder
Dim value As String

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

Property Value

Type: System.String

Remarks

Use NavigationFolder.DisplayName, instead of MAPIFolder.Name, to get the name of a shared folder.

See Also

Reference

_NavigationFolder Interface

_NavigationFolder Members

Microsoft.Office.Interop.Outlook Namespace