EwsErrorOccurred Event
Occurs when the MailBeeException is thrown.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public event ErrorEventHandler ErrorOccurred

Value

Type: MailBeeErrorEventHandler
Remarks

When MailBee encounters any error, it throws the MailBeeException. If ThrowExceptions is false, this even will be raised instead.

Usage pattern for this event is the same for all MailBee classes. Imap.ErrorOccurred provides typical example.

See Also