| HeaderUnfold Method |
Unfold the specified header value.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string Unfold(
string text
)
Parameters
- text String
- The header text.
Return Value
StringThe unfolded header value.
Remarks
Unfolds the header value so that it becomes suitable for display.
Since
Value is already unfolded, this method is really
only needed when working with raw header strings.
See Also