MimeDocument.Version Property
The Version property gets an integer that is incremented every time that the Multipurpose Internet Mail Extensions (MIME) tree is changed, reset, or reloaded.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Version As Integer
Get
'Usage
Dim instance As MimeDocument
Dim value As Integer
value = instance.Version
public int Version { get; }
Property Value
Type: System.Int32