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 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