Pop3.Encoding Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Encoding
Gets or sets the Encoding used to encode command arguments sent to the server and decode received answers.
Declaration
public Encoding Encoding { get; set; }
Property Value
Type | Description |
---|---|
Encoding | The Encoding used to encode command arguments sent to the server and decode received answers. Default is Encoding.Default. |