MessageId Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9313)
Represents the message identifier.
Syntax
public class MessageId : IHeader
Implements
Inherited Members
Remarks
Represents the msg-id structured header defined by RFC 2822.
Constructors
| Name | Description |
|---|---|
| MessageId() | Initializes a new instance of MessageId header value and generates a new message identifier. |
| MessageId(String) | Initializes a new instance of MessageId header value with the specified message identifier. |
Properties
| Name | Description |
|---|---|
| Id | Gets the message identifier. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a copy of the header. |
| Encode(TextWriter) | Writes an encoded header value into a TextWriter. |
| Equals(Object) | Returns a value indication whether this object equals another object. |
| GetHashCode() | Returns the hash code for the value of this instance. |
| ToString() | Converts the value of this header to its String representation. |
Operators
| Name | Description |
|---|---|
| Implicit(String to MessageId) |