Click or drag to resize
MimeKit

TnefPropertyTagIsNamed Property

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

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

Property Value

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