Mime4.net Home | Community Edition | Order | Usage examples | Feedback
IBody InterfaceMIME4NET Class Library Documentation
Encapsulates the body of an entity (see RFC 2045).

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

public interface IBody

The IBody type exposes the following members.

Methods

  NameDescription
Public methodWriteTo
Writes this body to the given stream in MIME message format.
Top
Properties

  NameDescription
Public propertyParent
Get or set the parent of this body.
Top
See Also