MailBee.NET Objects 4.0

ErrorCodes.ExternalError Field

The application code threw an exception while handling MailBee event.

public const int ExternalError = 7;

Remarks

This error code indicates the application is subscribed to a certain MailBee event, MailBee raises this event, and the application code responsible for handling this event throws an exception. The developer should fix the event handling code in order to get rid of this error.

See Also

ErrorCodes Class | MailBee Namespace