This class represents MIME image/xxx bodies. Defined in RFC 2046 4.2.
| C# | Visual Basic | Visual C++ | F# |
public class MIME_b_Image : MIME_b_SinglepartBase
Public Class MIME_b_Image Inherits MIME_b_SinglepartBase
public ref class MIME_b_Image : public MIME_b_SinglepartBase
type MIME_b_Image = class inherit MIME_b_SinglepartBase end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| MIME_b_Image(String) |
Default constructor.
| |
| Data |
Gets body decoded data.
(Inherited from MIME_b_SinglepartBase.) | |
| DataToFile(String) |
Stores body decoded-data to the specified file.
(Inherited from MIME_b_SinglepartBase.) | |
| DataToStream(Stream) |
Stores body decoded-data to the specified stream.
(Inherited from MIME_b_SinglepartBase.) | |
| EncodedData |
Gets body encoded data.
(Inherited from MIME_b_SinglepartBase.) | |
| EncodedDataSize |
Gets encoded body data size in bytes.
(Inherited from MIME_b_SinglepartBase.) | |
| EncodedStream |
Gets encoded data stream.
(Inherited from MIME_b_SinglepartBase.) | |
| 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()()()() |
Destructor - Just incase user won't call dispose.
(Inherited from MIME_b_SinglepartBase.) | |
| GetDataStream()()()() |
Gets body decoded data stream.
(Inherited from MIME_b_SinglepartBase.) | |
| GetEncodedDataStream()()()() |
Gets body encoded data stream.
(Inherited from MIME_b_SinglepartBase.) | |
| 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_SinglepartBase.) | |
| 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
| |
| SetData(Stream, String) |
Sets body data from the specified stream.
(Inherited from MIME_b_SinglepartBase.) | |
| SetDataFromFile(String, String) |
Sets body data from the specified file.
(Inherited from MIME_b_SinglepartBase.) | |
| SetEncodedData(String, Stream) |
Sets body encoded data from specified stream.
(Inherited from MIME_b_SinglepartBase.) | |
| SetModified(Boolean) |
Sets IsModified property value.
(Inherited from MIME_b_SinglepartBase.) | |
| ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean) |
Stores MIME entity body to the specified stream.
(Inherited from MIME_b_SinglepartBase.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
A media type of "image" indicates that the body contains an image.
The subtype names the specific image format.
| Object | |||
| MIME_b | |||
| MIME_b_SinglepartBase | |||
| MIME_b_Image | |||
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119