Write the encoded value of the header into a TextWriter.
            
    Namespace: 
   Rebex.Mime
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub Encode ( _ writer As TextWriter _ ) | 
| C# | 
|---|
| public void Encode( TextWriter writer ) | 
Parameters
- writer
- Type: System.IO..::..TextWriter
 A TextWriter to receive the encoded value.
 Remarks
Remarks
Encoded value include the name, the value and trailing end-of-line sequence (CRLF).
 
     
     
     
     
    