Pop3ResponseEncoding Property |
Gets or sets the encoding used to convert a byte data received from the server into a string.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Encoding ResponseEncoding { get; set; }
Public Property ResponseEncoding As Encoding
Get
Set
Property Value
Type:
EncodingA reference to the encoding object used to convert a byte data received from the server
into a string. The default value is
DefaultEncoding.
Exceptions
See Also