Mime4.net Home | Community Edition | Order | Usage examples | Feedback
SmtpStream Constructor MIME4NET Class Library Documentation
Initializes a new instance of the SmtpStream class

Namespace: NI.Email.Smtp
Assembly: NI.Email.Smtp (in NI.Email.Smtp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public SmtpStream(
	NetworkStream stream
)

Parameters

stream
Type: System.Net.Sockets NetworkStream

[Missing <param name="stream"/> documentation for "M:NI.Email.Smtp.SmtpStream.#ctor(System.Net.Sockets.NetworkStream)"]

See Also