Mime4.net Home | Community Edition | Order | Usage examples | Feedback
IBody WriteTo Method MIME4NET Class Library Documentation
Writes this body to the given stream in MIME message format.

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

void WriteTo(
	Stream outputStream
)
Exceptions

ExceptionCondition
IOExceptionon I/O errors.
See Also