MimePart.Version property

The Version property gets the version of the content of this MimePart object.

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 MimePart
Dim value As Integer

value = instance.Version
public int Version { get; }

Property value

Type: System.Int32

Remarks

The version is incremented every time this MimePart object is changed. This includes changes to child MimePart objects.

See also

Reference

MimePart class

MimePart members

Microsoft.Exchange.Data.Mime namespace