Click or drag to resize
MimeKit

HeaderClone Method

Clone the header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Header Clone()

Return Value

Header
A copy of the header with its current state.
Remarks
Clones the header, copying the current RawValue.
See Also