IHeader Interface
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Common interface of all message header values.
Syntax
public interface IHeader
Remarks
Provides a method to write an encoded header value into a TextWriter.
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the header. |
Encode(TextWriter) | Writes an encoded header value into a TextWriter. |