ListCommandUrl Constructor
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9313)
ListCommandUrl(Uri)
Initializes a new instance of ListCommandUrl header value with the specified URL.
Declaration
public ListCommandUrl(Uri url)Parameters
| Type | Name | Description | 
|---|---|---|
| Uri | url | URL. | 
ListCommandUrl(String)
Initializes a new instance of ListCommandUrl header value with the specified URL.
Declaration
public ListCommandUrl(string url)Parameters
| Type | Name | Description | 
|---|---|---|
| String | url | URL. |