Mime4.net Home | Community Edition | Order | Usage examples | Feedback
IBinaryBody Reader Property MIME4NET Class Library Documentation
Gets a InputStream which reads the bytes of the body.

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

BinaryReader Reader { get; }

Property Value

Type: BinaryReader
Exceptions

ExceptionCondition
IOExceptionon I/O errors.
See Also