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

See also

Reference

MimePart class

MimePart members

Microsoft.Exchange.Data.Mime namespace