_Application.LanguageSettings Property

Returns a LanguageSettings object for the application that contains the language-specific attributes of Outlook. Read-only.

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

Syntax

'Declaration
ReadOnly Property LanguageSettings As LanguageSettings
    Get
'Usage
Dim instance As _Application
Dim value As LanguageSettings

value = instance.LanguageSettings
LanguageSettings LanguageSettings { get; }

Property Value

Type: Microsoft.Office.Core.LanguageSettings

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Outlook Namespace