Click or drag to resize
MimeKit

TnefNameIdName Property

Get the name, if available.

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

Property Value

String
The name.
Remarks
If the Kind is Name, then this property will be available.
See Also