MailBee.NET Objects 4.0

Pop3.RaiseEvents Property

Gets or sets whether the component will raise any events.

public bool RaiseEvents {get; set;}

Property Value

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

Pop3 Class | MailBee.Pop3Mail Namespace