ListCommandUrl Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents a single URL of any of various 'List-*:' headers.
Syntax
public class ListCommandUrl : IHeader
Implements
Inherited Members
Remarks
Represents a single URL defined by RFC 2369.
Constructors
Name | Description |
---|---|
List |
Initializes a new instance of List |
List |
Initializes a new instance of List |
Properties
Name | Description |
---|---|
Url | Gets the URL of this header value. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the header. |
Encode(Text |
Writes an encoded header value into a Text |
To |
Converts the value of this header to its String representation. |
Operators
Name | Description |
---|---|
Implicit(Uri to List |
Converts a String to a List |