Gets or sets the Encoding to use to encode and decode command parameters and server responses.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Property Encoding As Encoding
	Get
	Set
C#
public Encoding Encoding { get; set; }

Field Value

The Encoding to use to encode and decode command parameters and server responses. Default is Encoding.Default.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also