Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ICharsetAwareBody InterfaceMIME4NET Class Library Documentation

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

public interface ICharsetAwareBody : ITextBody, 
	IBody

The ICharsetAwareBody 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 propertyMimeCharset
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.
(Inherited from ITextBody.)
Top
See Also