LogNewEntryEventArgs Properties

The LogNewEntryEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyNewEntry
Gets a reference to the log entry MailBee is going to put into the log file (or into the memory buffer if MemoryLog is true).
Public propertyState
Gets a reference to the object which was supplied by the developer in state parameter of asynchronous methods of the mailer components.
(Inherited from CommonEventArgs.)
Top
See Also