MailBee.NET Objects 7.2

Pop3.OnLogNewEntry Method 

Used by MailBee to raise LogNewEntry event.

protected internal override void OnLogNewEntry(
   LogNewEntryEventArgs args
);

Parameters

args
The object containing event data.

Remarks

See OnConnected method documentation on more information regarding OnEventName methods in MailBee.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace | LogNewEntry | OnConnected