Click or drag to resize
MimeKit

TnefPropertyReaderIsEmbeddedMessage Property

Get a value indicating whether the current property is an embedded TNEF message.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public bool IsEmbeddedMessage { get; }

Property Value

Boolean
true if the current property is an embedded TNEF message; otherwise, false.
Remarks
Gets a value indicating whether the current property is an embedded TNEF message.
See Also