Mime4.net Home | Community Edition | Order | Usage examples | Feedback
IBinaryBody InterfaceMIME4NET Class Library Documentation
Interface implemented by bodies containing binary data.

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

public interface IBinaryBody : IBody

The IBinaryBody type exposes the following members.

Methods

  NameDescription
Public methodWriteTo
Writes this body to the given stream in MIME message format.
(Inherited from IBody.)
Top
Properties

  NameDescription
Public propertyParent
Get or set the parent of this body.
(Inherited from IBody.)
Public propertyReader
Gets a InputStream which reads the bytes of the body.
Top
See Also