IMailBeeNegativeTextResponseExceptionResponseEncoding Property |
Gets the encoding which was used to convert response bytes received from the server
into a string.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
SyntaxEncoding ResponseEncoding { get; }
ReadOnly Property ResponseEncoding As Encoding
Get
Property Value
Type:
EncodingThe
Encoding which was used to convert response bytes received from the server
into a string.
Remarks
See Also