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

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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 propery is false, OnEventName methods will also not be called.
See Also