TnefPropertyReader.IsEmbeddedMessage property
The IsEmbeddedMessage property returns a Boolean value indicating whether the current property represents an embedded message.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsEmbeddedMessage As Boolean
Get
'Usage
Dim instance As TnefPropertyReader
Dim value As Boolean
value = instance.IsEmbeddedMessage
public bool IsEmbeddedMessage { get; }
Property value
Type: System.Boolean