MimePart.SubtreeEnumerator.LastVisit Property
The LastVisit property gets a Boolean value indicating whether or not the current MimePart is being visited for the first time.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property LastVisit As Boolean
Get
'Usage
Dim instance As MimePart.SubtreeEnumerator
Dim value As Boolean
value = instance.LastVisit
public bool LastVisit { get; }
Property Value
Type: System.Boolean