ProxyServerStringEncoding Property |
Gets or sets the encoding used to convert strings sent to the proxy server to bytes.
Namespace: MailBee.ProxyAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic Encoding StringEncoding { get; set; }
Public Property StringEncoding As Encoding
Get
Set
Property Value
Type:
EncodingA reference to the encoding object used to convert strings sent to the proxy server to bytes. The default value is
DefaultEncoding.
Exceptions
RemarksSetting this property may only be required if you have non-ASCII characters in the proxy username or password.
See Also