ImapRaiseEvents Property
Gets or sets whether the component will raise any events.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool RaiseEvents { get; set; }

Property Value

Type: Boolean
A bool value indicating whether the component will raise any events. The default value is true.
Remarks
If this property is false, OnEventName methods will also not be called.
See Also