_SolutionsModule.Name Property

Returns a String value (string in C#) that represents the localized display name for the SolutionsModule object. Read-only.

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

Syntax

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

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

Property Value

Type: System.String

Remarks

The display name of the Solutions module can be customized if there is only one solution root folder under the Solutions module. If there are multiple solution root folders, the name reverts back to Solutions.

See Also

Reference

_SolutionsModule Interface

_SolutionsModule Members

Microsoft.Office.Interop.Outlook Namespace