Called when the body of a discrete (non-multipart) entity is about to
be parsed.
Namespace: NI.Email.MimeAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
Parameters
- bd
- Type: NI.Email.Mime BodyDescriptor
[Missing <param name="bd"/> documentation for "M:NI.Email.Mime.IContentHandler.Body(NI.Email.Mime.BodyDescriptor,System.IO.Stream)"]
- inputStream
- Type: System.IO Stream
the contents of the body. NOTE: this is the raw body contents - it will not be decoded if encoded. The bd parameter should be used to determine how the stream data should be decoded.
Exceptions
Exception | Condition |
---|---|
IOException | should be thrown on I/O errors. |
See Also