Received Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Represents a trace data header of arbitrary text.
Syntax
public class Received : IHeader
Implements
Inherited Members
Remarks
Represents the received
structured header defined by RFC 2822.
Constructors
Name | Description |
---|---|
Received(String) | Initializes a new instance of Received header value. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the header. |
Encode(TextWriter) | Writes an encoded header value into a TextWriter. |
ToString() | Converts the value of this header to its String representation. |