Click or drag to resize
MimeKit

HeaderSet Methods

The HeaderSet type exposes the following members.

Methods
 NameDescription
Public methodAdd(HeaderId) Add the specified header.
Public methodAdd(String) Add the specified header.
Public methodAddRange(IEnumerableHeaderId) Add a collection of headers.
Public methodAddRange(IEnumerableString) Add a collection of headers.
Public methodClear Clear the set of headers.
Public methodContains(HeaderId) Check if the set of headers contains the specified header.
Public methodContains(String) Check if the set of headers contains the specified header.
Public methodCopyTo Copy all of the headers in the HeaderSet to the specified array.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Get an enumerator for the set of headers.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove(HeaderId) Remove the specified header.
Public methodRemove(String) Remove the specified header.
Public methodToString
(Inherited from Object)
Top
See Also