MimeLimits.MaxEmbeddedDepth property
The MaxEmbeddedDepth property gets the maximum depth to which headers may currently be embedded in incoming Multipurpose Internet Mail Extensions (MIME).
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property MaxEmbeddedDepth As Integer
Get
'Usage
Dim instance As MimeLimits
Dim value As Integer
value = instance.MaxEmbeddedDepth
public int MaxEmbeddedDepth { get; }
Property value
Type: System.Int32