This class represents MIME application/xxx bodies. Defined in RFC 2046 5.1.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class MIME_b_Multipart : MIME_b
Public Class MIME_b_Multipart Inherits MIME_b
public ref class MIME_b_Multipart : public MIME_b
type MIME_b_Multipart = class inherit MIME_b end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
MIME_b_Multipart(MIME_h_ContentType) |
Default constructor.
| |
BodyParts |
Gets multipart body body-parts collection.
| |
DefaultBodyPartContentType |
Gets default body part Content-Type. For more info see RFC 2046 5.1.
| |
Entity |
Gets body owner entity. Returns null if body not bounded to any entity yet.
(Inherited from MIME_b.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IsModified |
Gets if body has modified.
(Overrides MIME_b.IsModified.) | |
MediaType |
Gets body media type. For example: 'text/plain'.
(Inherited from MIME_b.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse(MIME_Entity, MIME_h_ContentType, SmartStream) |
Parses body from the specified stream
| |
ParseInternal(MIME_Entity, String, SmartStream, MIME_b_Multipart) |
Internal body parsing.
| |
TextEpilogue |
Gets or sets "epilogue" text. Defined in RFC 2046 5.1.1.
| |
TextPreamble |
Gets or sets "preamble" text. Defined in RFC 2046 5.1.1.
| |
ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean) |
Stores MIME entity body to the specified stream.
(Overrides MIME_b.ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean).) | |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
The "multipart" represents single MIME body containing multiple child MIME entities.
The "multipart" body must contain at least 1 MIME entity.
Inheritance Hierarchy
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119