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 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; }
Property value
Type: Microsoft.Exchange.Data.Mime.MimePart
See also
Reference
MimePart.SubtreeEnumerator structure