MimeParameterCollection Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents the collection of MIME header parameters.
Syntax
public class MimeParameterCollection : MimeParameterList
Inherited Members
Properties
Name | Description |
---|---|
Count | Gets the number of parameters in the collection.
Inherited from Mime |
Item[String] | Gets or sets the value of parameter at the specified index.
Inherited from Mime |
Names | Gets a collection containing the names of all parameters.
Inherited from Mime |
Methods
Name | Description |
---|---|
Add(String, String) | Adds a new parameter to the collection.
Inherited from Mime |
Encode(Text |
Writes an encoded header value into a Text |
Remove(String) | Removes the parameter of the specified name from the collection.
Inherited from Mime |
To |
Converts the value of this header to its String representation.
Inherited from Mime |