Message.OutlookInternalVersion Property

Independentsoft MSG .NET

Message OutlookInternalVersion Property MSG .NET Class Library
Contains internal version number of Microsoft Office Outlook client.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public long OutlookInternalVersion { get; set; }
public long OutlookInternalVersion { get; set; }
Public Property OutlookInternalVersion As Long 
	Get 
	Set
Public Property OutlookInternalVersion As Long 
	Get 
	Set
Dim instance As Message 
Dim value As Long 

value = instance.OutlookInternalVersion

instance.OutlookInternalVersion = value
Dim instance As Message 
Dim value As Long 

value = instance.OutlookInternalVersion

instance.OutlookInternalVersion = value
/** @property */
public long get_OutlookInternalVersion()
/** @property */
public void set_OutlookInternalVersion(long value)
/** @property */
public long get_OutlookInternalVersion()
/** @property */
public void set_OutlookInternalVersion(long value)
function get OutlookInternalVersion () : long 
function set OutlookInternalVersion (value : long)
function get OutlookInternalVersion () : long 
function set OutlookInternalVersion (value : long)
function get_OutlookInternalVersion();
function set_OutlookInternalVersion(value);
function get_OutlookInternalVersion();
function set_OutlookInternalVersion(value);

Property Value

Type: OnlineInt64
The outlook internal version.
See Also