Freigeben über


MimePart.SubtreeEnumerator.Current Property

The Current property gets the current MimePart object in the MimePart.PartSubtree structure that belongs to this MimePart object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Current As MimePart
    Get
'Usage
Dim instance As MimePart.SubtreeEnumerator
Dim value As MimePart

value = instance.Current
public MimePart Current { get; }

Implements

IEnumerator<T>.Current