Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Header Constructor (Stream)MIME4NET Class Library Documentation
Creates a new Header from the specified stream. @param is the stream to read the header from.

Namespace: NI.Email.Mime.Message
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public Header(
	Stream inputStream
)

Parameters

inputStream
Type: System.IO Stream

[Missing <param name="inputStream"/> documentation for "M:NI.Email.Mime.Message.Header.#ctor(System.IO.Stream)"]

See Also