Click or drag to resize
MimeKit

TnefPropertyReaderIsNamedProperty Property

Get a value indicating whether the current property is a named property.

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

Property Value

Boolean
if the current property is a named property; otherwise, .
Remarks
Gets a value indicating whether the current property is a named property.
See Also