Gets or sets the Encoding used to encode command arguments sent to the server and decode received answers.

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

Syntax

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

Field Value

The Encoding used to encode command arguments sent to the server and decode received answers. Default is Encoding.Default.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also