Email Factory for .NET

ImapUTF7Encoding Members

ImapUTF7Encoding overview

Public Instance Constructors

ImapUTF7Encoding Constructor Initializes a new instance of the ImapUTF7Encoding class.

Public Instance Properties

BodyName (inherited from Encoding)When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags.
CodePage (inherited from Encoding)When overridden in a derived class, gets the code page identifier of the current Encoding.
DecoderFallback (inherited from Encoding)Gets or sets the DecoderFallback object for the current Encoding object.
EncoderFallback (inherited from Encoding)Gets or sets the EncoderFallback object for the current Encoding object.
EncodingName (inherited from Encoding)When overridden in a derived class, gets the human-readable description of the current encoding.
HeaderName (inherited from Encoding)When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags.
IsBrowserDisplay (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for displaying content.
IsBrowserSave (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for saving content.
IsMailNewsDisplay (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for displaying content.
IsMailNewsSave (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for saving content.
IsReadOnly (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding is read-only.
IsSingleByte (inherited from Encoding)When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points.
WebName (inherited from Encoding)When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding.
WindowsCodePage (inherited from Encoding)When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding.

Public Instance Methods

Clone (inherited from Encoding)When overridden in a derived class, creates a shallow copy of the current Encoding object.
Equals (inherited from Encoding)Determines whether the specified Object is equal to the current instance.
GetByteCountOverloaded. Returns the number of bytes required to encode a range of characters in the specified character array.
GetByteCount (inherited from Encoding)Overloaded. When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
GetBytesOverloaded. Encodes the specified range of a System.String into the specified range of a chars array.
GetBytes (inherited from Encoding)Overloaded. When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
GetCharCountOverloaded. Calculates the number of characters produced by decoding a specified range of elements in an array of bytes.
GetCharCount (inherited from Encoding)Overloaded. When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array.
GetCharsOverloaded. Encodes the specified range of a System.String into the specified range of a byte array.
GetChars (inherited from Encoding)Overloaded. When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
GetDecoder (inherited from Encoding)When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters.
GetEncoder (inherited from Encoding)When overridden in a derived class, obtains an encoder that converts a sequence of Unicode characters into an encoded sequence of bytes.
GetHashCode (inherited from Encoding)Returns the hash code for the current instance.
GetMaxByteCount Returns the maximum number of bytes required to encode a given number of characters.
GetMaxCharCount Returns the maximum number of characters produced by decoding a given number of bytes.
GetPreamble (inherited from Encoding)When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
GetString (inherited from Encoding)Overloaded. When overridden in a derived class, decodes all the bytes in the specified byte array into a string.
GetType (inherited from Object)Gets the Type of the current instance.
IsAlwaysNormalized (inherited from Encoding)Overloaded. Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ImapUTF7Encoding Class | Jscape.Email Namespace