IBody Interface

Encapsulates the body of an entity (see RFC 2045).

For a list of all members of this type, see IBody Members.

NI.Email.Mime.Message.IBody
   NI.Email.Mime.Message.IBinaryBody
   NI.Email.Mime.Message.ITextBody

public interface IBody

Types that implement IBody

Type Description
AbstractBody Abstract Body implementation providing the parent functionality required by bodies.
MimeMessage Represents a MIME message. The following code parses a stream into a Message object.
            Message msg = new Message(new FileStream("mime.msg"));
            
Multipart Represents a MIME multipart body (see RFC 2045).A multipart body has a ordered list of body parts. The multipart body also has a preamble and epilogue. The preamble consists of whatever characters appear before the first body part while the epilogue consists of whatever characters come after the last body part.

Requirements

Namespace: NI.Email.Mime.Message

Assembly: NI.Email.Mime (in NI.Email.Mime.dll)

See Also

IBody Members | NI.Email.Mime.Message Namespace