Share via


_ReportItem.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 _ReportItem
Dim value As String

value = instance.OutlookVersion
string OutlookVersion { get; }

Property Value

Type: System.String

See Also

Reference

_ReportItem Interface

_ReportItem Members

Microsoft.Office.Interop.Outlook Namespace