| TnefPropertyReaderIsNamedProperty Property |
Get a value indicating whether or not the current property is a named property.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool IsNamedProperty { get; }
Property Value
Booleantrue if the current property is a named property; otherwise,
false.
Remarks
Gets a value indicating whether or not the current property is a named property.
See Also