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