MimeWriter.EmbeddedDepth property
The EmbeddedDepth property gets an integer representing how deeply 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 MimeWriter
Dim value As Integer
value = instance.EmbeddedDepth
public int EmbeddedDepth { get; }
Property value
Type: System.Int32