| HeaderId Property |
Get the header identifier.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public HeaderId Id { get; }
Property Value
HeaderIdThe header identifier.
Remarks
This property is mainly used for switch-statements for performance reasons.
See Also