Click or drag to resize
MimeKit

TnefPropertyTagIsNamed Property

Get a value indicating whether the property has a special name.

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

Property Value

Boolean
if the property has a special name; otherwise, .
Remarks
Gets a value indicating whether the property has a special name.
See Also