Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

MimeParameterCollection Class

Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 8.0.9673)

Represents the collection of MIME header parameters.

Syntax
public class MimeParameterCollection : MimeParameterList, IEnumerable<KeyValuePair<string, string>>, IEnumerable
Inheritance
Object
MimeParameterList
MimeParameterCollection
Implements
IEnumerable<KeyValuePair<String, String>>
IEnumerable
Inherited Members
MimeParameterList.Add(String, String)
MimeParameterList.Count
MimeParameterList.Encode(TextWriter)
MimeParameterList.Item[String]
MimeParameterList.Names
MimeParameterList.Remove(String)
MimeParameterList.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)

Properties

Name Description
Count

Gets the number of parameters in the collection. Inherited from MimeParameterList.

Item[String]

Gets or sets the value of parameter at the specified index. Inherited from MimeParameterList.

Names

Gets a collection containing the names of all parameters. Inherited from MimeParameterList.

Methods

Name Description
Add(String, String)

Adds a new parameter to the collection. Inherited from MimeParameterList.

Encode(TextWriter)

Writes an encoded header value into a TextWriter. Inherited from MimeParameterList.

GetEnumerator()

Gets an IEnumerator<T> for the MimeParameterCollection collection.

Remove(String)

Removes the parameter of the specified name from the collection. Inherited from MimeParameterList.

ToString()

Converts the value of this header to its String representation. Inherited from MimeParameterList.

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Returns an enumerator that can iterate through the collection.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies