This class represents MIME multipart/parallel bodies. Defined in RFC 2046 5.1.6.
| C# | Visual Basic | Visual C++ | F# |
public class MIME_b_MultipartParallel : MIME_b_Multipart
Public Class MIME_b_MultipartParallel Inherits MIME_b_Multipart
public ref class MIME_b_MultipartParallel : public MIME_b_Multipart
type MIME_b_MultipartParallel = class inherit MIME_b_Multipart end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| MIME_b_MultipartParallel(MIME_h_ContentType) |
Default constructor.
| |
| BodyParts |
Gets multipart body body-parts collection.
(Inherited from MIME_b_Multipart.) | |
| DefaultBodyPartContentType |
Gets default body part Content-Type. For more info see RFC 2046 5.1.
(Inherited from MIME_b_Multipart.) | |
| 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.
(Inherited from MIME_b_Multipart.) | |
| 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
| |
| TextEpilogue |
Gets or sets "epilogue" text. Defined in RFC 2046 5.1.1.
(Inherited from MIME_b_Multipart.) | |
| TextPreamble |
Gets or sets "preamble" text. Defined in RFC 2046 5.1.1.
(Inherited from MIME_b_Multipart.) | |
| ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean) |
Stores MIME entity body to the specified stream.
(Inherited from MIME_b_Multipart.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
The "parallel" subtype of "multipart" is intended for use when the body
parts are independent and their order is not important. Parts can be processed parallel.
| Object | |||
| MIME_b | |||
| MIME_b_Multipart | |||
| MIME_b_MultipartParallel | |||
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119