Click or drag to resize
MimeKit

HeaderUnfold Method

Unfold the specified header value.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static string Unfold(
	string text
)

Parameters

text  String
The header text.

Return Value

String
The 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