Gets or sets whether the component will raise any events. 
            
 
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic bool RaiseEvents { get; set; }Public Property RaiseEvents As Boolean
	Get
	Set
Property Value
Type: 
BooleanA bool value indicating whether the component will raise any events.
            The default value is 
true.
 Remarks
RemarksIf this propery is false, OnEventName methods will also not be called.
 See Also
See Also