Header Constructor

Creates a new empty Header.

Overload List

Creates a new empty Header.

public Header();

Creates a new Header from the specified stream. @param is the stream to read the header from.

public Header(Stream);

See Also

Header Class | NI.Email.Mime.Message Namespace