Click or drag to resize
MimeKit

TnefPropertyReaderIsObjectProperty Property

Get a value indicating whether the current property contains object values.

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

Property Value

Boolean
true if the current property contains object values; otherwise, false.
Remarks
Gets a value indicating whether the current property contains object values.
See Also