MimeHeader

MimeHeader class

Represents the mime header defined in RFC 2822.

The MimeHeader type exposes the following members:

Constructors

NameDescription
MimeHeader(name, value)Initializes a new instance of the MimeHeader class

Properties

NameDescription
nameGets the name.
raw_contentGets the content of the raw.

Methods

NameDescription
clone()

See Also