MimeReader.PartDepth property
The PartDepth parameter gets an integer that represents the depth of nesting of the current MIME part.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property PartDepth As Integer
Get
'Usage
Dim instance As MimeReader
Dim value As Integer
value = instance.PartDepth
public int PartDepth { get; }
Property value
Type: System.Int32