Share via


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

See also

Reference

MimeDocument class

MimeDocument members

Microsoft.Exchange.Data.Mime namespace