| TnefPropertyReaderIsEmbeddedMessage Property |
Get a value indicating whether the current property is an embedded TNEF message.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool IsEmbeddedMessage { get; }
Property Value
Booleantrue 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