Click or drag to resize
MimeKit

HeaderToString Method

Return a string representation of the header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override string ToString()

Return Value

String
A string representing the Header.
Remarks
Formats the header field and value in a way that is suitable for display.
See Also