Class MimeHeader

MimeHeader class

Represents the mime header defined in RFC 2822.

public class MimeHeader

Constructors

NameDescription
MimeHeader(string, string)Initializes a new instance of the MimeHeader class.

Properties

NameDescription
Name { get; }Gets the name.
RawContent { get; }Gets the content of the raw.

Methods

NameDescription
Clone()Clones this instance.
override ToString()Returns a String that represents the current Object.

See Also