The ImapUTF7Encoding type exposes the following members.

Constructors

  Name Description
Public method ImapUTF7Encoding
Initializes a new instance of the ImapUTF7Encoding class.

Methods

  Name Description
Public method Clone
When overridden in a derived class, creates a shallow copy of the current Encoding object.
(Inherited from Encoding.)
Public method Equals
Determines whether the specified Object is equal to the current instance.
(Inherited from Encoding.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetByteCount(array<Char>[]()[][])
When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
(Inherited from Encoding.)
Public method GetByteCount(String)
When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified String.
(Inherited from Encoding.)
Public method GetByteCount(Char*, Int32)
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer.
(Inherited from Encoding.)
Public method GetByteCount(array<Char>[]()[][], Int32, Int32)
Returns the number of bytes required to encode a range of characters in the specified character array.
(Overrides Encoding..::..GetByteCount(array<Char>[]()[][], Int32, Int32).)
Public method GetBytes(array<Char>[]()[][])
When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
(Inherited from Encoding.)
Public method GetBytes(String)
When overridden in a derived class, encodes all the characters in the specified String into a sequence of bytes.
(Inherited from Encoding.)
Public method GetBytes(array<Char>[]()[][], Int32, Int32)
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.
(Inherited from Encoding.)
Public method GetBytes(Char*, Int32, Byte*, Int32)
When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.
(Inherited from Encoding.)
Public method GetBytes(String, Int32, Int32, array<Byte>[]()[][], Int32)
When overridden in a derived class, encodes a set of characters from the specified String into the specified byte array.
(Inherited from Encoding.)
Public method GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32)
Encodes the specified range of a System.String into the specified range of a chars array.
(Overrides Encoding..::..GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32).)
Public method GetCharCount(array<Byte>[]()[][])
When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array.
(Inherited from Encoding.)
Public method GetCharCount(Byte*, Int32)
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.
(Inherited from Encoding.)
Public method GetCharCount(array<Byte>[]()[][], Int32, Int32)
Calculates the number of characters produced by decoding a specified range of elements in an array of bytes.
(Overrides Encoding..::..GetCharCount(array<Byte>[]()[][], Int32, Int32).)
Public method GetChars(array<Byte>[]()[][])
When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
(Inherited from Encoding.)
Public method GetChars(array<Byte>[]()[][], Int32, Int32)
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters.
(Inherited from Encoding.)
Public method GetChars(Byte*, Int32, Char*, Int32)
When overridden in a derived class, decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.
(Inherited from Encoding.)
Public method GetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32)
Encodes the specified range of a System.String into the specified range of a byte array.
(Overrides Encoding..::..GetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32).)
Public method GetDecoder
When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters.
(Inherited from Encoding.)
Public method GetEncoder
When overridden in a derived class, obtains an encoder that converts a sequence of Unicode characters into an encoded sequence of bytes.
(Inherited from Encoding.)
Public method GetHashCode
Returns the hash code for the current instance.
(Inherited from Encoding.)
Public method GetMaxByteCount
Returns the maximum number of bytes required to encode a given number of characters.
(Overrides Encoding..::..GetMaxByteCount(Int32).)
Public method GetMaxCharCount
Returns the maximum number of characters produced by decoding a given number of bytes.
(Overrides Encoding..::..GetMaxCharCount(Int32).)
Public method GetPreamble
When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
(Inherited from Encoding.)
Public method GetString(array<Byte>[]()[][])
When overridden in a derived class, decodes all the bytes in the specified byte array into a string.
(Inherited from Encoding.)
Public method GetString(array<Byte>[]()[][], Int32, Int32)
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.
(Inherited from Encoding.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsAlwaysNormalized()()()()
Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
(Inherited from Encoding.)
Public method IsAlwaysNormalized(NormalizationForm)
When overridden in a derived class, gets a value indicating whether the current encoding is always normalized, using the specified normalization form.
(Inherited from Encoding.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

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

See Also