MimePart.IsEmbeddedMessage Property
The IsEmbeddedMessage property gets a bool that indicates whether this MimePart object contains an embedded message.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmbeddedMessage As Boolean
Get
'Usage
Dim instance As MimePart
Dim value As Boolean
value = instance.IsEmbeddedMessage
public bool IsEmbeddedMessage { get; }
Property Value
Type: System.Boolean