Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ITextBody Reader Property MIME4NET Class Library Documentation
Gets a Reader which may be used to read out the contents of this body.

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

StreamReader Reader { get; }

Property Value

Type: StreamReader
Exceptions

ExceptionCondition
IOExceptionon I/O errors.
See Also