_JournalItem.OutlookVersion Property

Returns a String (string in C#) indicating the major and minor version number of the Outlook application for an Outlook item. Read-only.

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

Syntax

'Declaration
ReadOnly Property OutlookVersion As String
    Get
'Usage
Dim instance As _JournalItem
Dim value As String

value = instance.OutlookVersion
string OutlookVersion { get; }

Property Value

Type: System.String

See Also

Reference

_JournalItem Interface

_JournalItem Members

Microsoft.Office.Interop.Outlook Namespace