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