ProxyServerStringEncoding Property
Gets or sets the encoding used to convert strings sent to the proxy server to bytes.

Namespace: MailBee.Proxy
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Encoding StringEncoding { get; set; }

Property Value

Type: Encoding
A reference to the encoding object used to convert strings sent to the proxy server to bytes. The default value is DefaultEncoding.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
Remarks
Setting this property may only be required if you have non-ASCII characters in the proxy username or password.
See Also