 | HeaderUnfold Method |
Unfold the specified header value.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic static string Unfold(
string text
)
Parameters
- text
- Type: SystemString
The header text.
Return Value
Type:
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