Implements 'encoded-word' encoding. Defined in RFC 2047.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class MIME_Encoding_EncodedWord
Public Class MIME_Encoding_EncodedWord
public ref class MIME_Encoding_EncodedWord
type MIME_Encoding_EncodedWord = class end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
MIME_Encoding_EncodedWord(MIME_EncodedWordEncoding, Encoding) |
Default constructor.
| |
Decode(String) |
Decodes specified encoded-word.
| |
DecodeS(String) |
Decodes non-ascii word with MIME encoded-word method. Defined in RFC 2047 2.
| |
DecodeTextS(String) |
Decodes non-ascii text with MIME encoded-word method. Defined in RFC 2047 2.
| |
Encode(String) |
Encodes specified text if it contains 8-bit chars, otherwise text won't be encoded.
| |
EncodeS(MIME_EncodedWordEncoding, Encoding, Boolean, String) |
Encodes specified text if it contains 8-bit chars, otherwise text won't be encoded.
| |
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.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MustEncode(String) |
Checks if specified text must be encoded.
| |
Split |
Gets or sets if long words(over 75 char) are splitted.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
MIME_Encoding_EncodedWord |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119