LumiSoft Net Help
MIME_b_Text Class
NamespacesLumiSoft.Net.MIMEMIME_b_Text
This class represents MIME text/xxx bodies. Defined in RFC 2045.
Declaration Syntax
C#Visual BasicVisual C++F#
public class MIME_b_Text : MIME_b_SinglepartBase
Public Class MIME_b_Text
	Inherits MIME_b_SinglepartBase
public ref class MIME_b_Text : public MIME_b_SinglepartBase
type MIME_b_Text =  
    class
        inherit MIME_b_SinglepartBase
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
MIME_b_Text(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)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Destructor - Just incase user won't call dispose.
(Inherited from MIME_b_SinglepartBase.)
GetCharset()()()()
Gets charset from Content-Type. If char set isn't specified, "ascii" is defined as default and it will be returned.

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.)
SetText(String, Encoding, String)
Sets text.

Text
Gets body decoded text.

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.)
Remarks
The "text" media type is intended for sending material which is principally textual in form.
Inheritance Hierarchy

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119