_MobileItem.OutlookVersion Property

Returns a String (string in C#) value that indicates the major and minor version number of the Microsoft 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
<DispIdAttribute()> _
ReadOnly Property OutlookVersion As String
    Get
'Usage
Dim instance As _MobileItem
Dim value As String

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

Property Value

Type: System.String

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace