Share via


MimeReader.EmbeddedDepth Property

The EmbeddedDepth property gets an integer that represents the depth to which the current message is embedded.

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

Syntax

'Declaration
Public ReadOnly Property EmbeddedDepth As Integer
    Get
'Usage
Dim instance As MimeReader
Dim value As Integer

value = instance.EmbeddedDepth
public int EmbeddedDepth { get; }

Property Value

Type: System.Int32

Remarks

If a message is not embedded in another message, its EmbeddedDepth property will return 0. If a message is embedded in another message that is not embedded in another message, its EmbeddedDepth property will return 1, and so on.