MimePart.SubtreeEnumerator.IEnumerator.Current Property
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
'Usage
Dim instance As MimePart.SubtreeEnumerator
Dim value As Object
value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
Property Value
Type: System.Object