IMailBeeNegativeTextResponseException Interface
When implemented by an exception class, indicates the server returned negative response, and the response data is available in text (i.e. string) form.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public interface IMailBeeNegativeTextResponseException : IMailBeeNegativeResponseException

The IMailBeeNegativeTextResponseException type exposes the following members.

Properties
  NameDescription
Public propertyResponseEncoding
Gets the encoding which was used to convert response bytes received from the server into a string.
Public propertyResponseString
Gets the string which contains the negative response data.
Top
See Also