Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.