Click or drag to resize
MimeKit

HeaderListInsert Method

Overload List
 NameDescription
Public methodInsert(Int32, Header) Insert the specified header at the given index.
Public methodInsert(Int32, HeaderId, String) Insert a header with the specified field and value at the given index.
Public methodInsert(Int32, String, String) Insert a header with the specified field and value at the given index.
Public methodInsert(Int32, HeaderId, Encoding, String) Insert a header with the specified field and value at the given index.
Public methodInsert(Int32, String, Encoding, String) Insert a header with the specified field and value at the given index.
Top
See Also