Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ITextBody InterfaceMIME4NET Class Library Documentation
Encapsulates the contents of a text/* entity body.

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

public interface ITextBody : IBody

The ITextBody 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 Reader which may be used to read out the contents of this body.
Top
See Also