Represents the collection of ListCommandUrl objects.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public NotInheritable Class ListCommandUrlCollection _
	Inherits HeaderValueCollection _
	Implements IEnumerable(Of ListCommandUrl), IEnumerable
C#
public sealed class ListCommandUrlCollection : HeaderValueCollection, 
	IEnumerable<ListCommandUrl>, IEnumerable

Remarks

Represents the List-* structured header defined by RFC 2369.

Inheritance Hierarchy

System..::..Object
  Rebex.Mime.Headers..::..HeaderValueCollection
    Rebex.Mime.Headers..::..ListCommandUrlCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also