MimeHeader.Encode Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
Encode(TextWriter)
Write the encoded value of the header into a TextWriter.
Declaration
public void Encode(TextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | writer | A TextWriter to receive the encoded value. |
Remarks
Encoded value include the name, the value and trailing end-of-line sequence (CRLF).