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