MimeWriter.PartDepth property
The PartDepth property gets an integer indicating how deeply the current part being written is nested.
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 MimeWriter
Dim value As Integer
value = instance.PartDepth
public int PartDepth { get; }
Property value
Type: System.Int32