_DistListItem.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 _DistListItem
Dim value As String
value = instance.OutlookVersion
string OutlookVersion { get; }
Property Value
Type: System.String