LumiSoft Net Help
MIME_h_ParameterCollection Class
NamespacesLumiSoft.Net.MIMEMIME_h_ParameterCollection
Represents MIME header field parameters collection.
Declaration Syntax
C#Visual BasicVisual C++F#
public class MIME_h_ParameterCollection : IEnumerable
Public Class MIME_h_ParameterCollection
	Implements IEnumerable
public ref class MIME_h_ParameterCollection : IEnumerable
type MIME_h_ParameterCollection =  
    class
        interface IEnumerable
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
MIME_h_ParameterCollection(MIME_h)
Default constructor.

Clear()()()()
Removes all items from the collection.

Count
Gets number of items in the collection.

EncodeRfc2047
If true RFC 2047 is used to encode parameters, if false RFC 2231 is used.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator()()()()
Gets enumerator.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsModified
Gets if this header field parameters are modified since it has loaded.

Item[([( String])])
Gets or sets specified header field parameter value. Value null means not specified.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Owner
Gets owner MIME header field.

Parse(String)
Parses parameters from the specified value.

Parse(MIME_Reader)
Parses parameters from the specified reader.

Remove(String)
Removes specified parametr from the collection.

ToArray()()()()
Copies header fields parameters to new array.

ToString()()()()
Returns header field parameters as string.
(Overrides Object.ToString()()()().)
ToString(Encoding)
Returns header field parameters as string.

Inheritance Hierarchy
Object
MIME_h_ParameterCollection

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119