The ImapUTF7Encoding type exposes the following members.

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