CommonEventArgs Class
Represents an abstract parent of all event data classes in MailBee.
Inheritance Hierarchy

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax
public abstract class CommonEventArgs : EventArgs

The CommonEventArgs type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyState
Gets a reference to the object which was supplied by the developer in state parameter of asynchronous methods of the mailer components.
Top
See Also
Inheritance Hierarchy
System.Object
  System.EventArgs
    MailBee.CommonEventArgs
      MailBee.AddressCheck.VerifiedEventArgs
      MailBee.AddressCheck.VerifyingEventArgs
      MailBee.ConnectedEventArgs
      MailBee.DataTransferEventArgs
      MailBee.DisconnectedEventArgs
      MailBee.ErrorEventArgs
      MailBee.HostResolvedEventArgs
      MailBee.ImapMail.ImapEnvelopeDataChunkReceivedEventArgs
      MailBee.ImapMail.ImapEnvelopeDownloadedEventArgs
      MailBee.ImapMail.ImapIdlingEventArgs
      MailBee.ImapMail.ImapMessageStatusEventArgs
      MailBee.ImapMail.ImapServerStatusEventArgs
      MailBee.LoggedInEventArgs
      MailBee.LogNewEntryEventArgs
      MailBee.Pop3Mail.Pop3MessageDataChunkReceivedEventArgs
      MailBee.Pop3Mail.Pop3MessageDownloadedEventArgs
      MailBee.SmtpMail.SmtpFinishingJobEventArgs
      MailBee.SmtpMail.SmtpMergingMessageEventArgs
      MailBee.SmtpMail.SmtpMessageDataChunkSentEventArgs
      MailBee.SmtpMail.SmtpMessageDirectSendDoneEventArgs
      MailBee.SmtpMail.SmtpMessageMXLookupDoneEventArgs
      MailBee.SmtpMail.SmtpMessageNotSentEventArgs
      MailBee.SmtpMail.SmtpMessageRecipientSubmittedEventArgs
      MailBee.SmtpMail.SmtpMessageSenderSubmittedEventArgs
      MailBee.SmtpMail.SmtpMessageSentEventArgs
      MailBee.SmtpMail.SmtpMessageSubmittedToPickupFolderEventArgs
      MailBee.SmtpMail.SmtpMessageSubmittedToServerEventArgs
      MailBee.SmtpMail.SmtpSendingMessageEventArgs
      MailBee.SmtpMail.SmtpSubmittingMessageToPickupFolderEventArgs
      MailBee.SmtpMail.SmtpTransientErrorOccurredEventArgs
      MailBee.SocketConnectedEventArgs
      MailBee.SocketCreatingEventArgs
      MailBee.TlsStartedEventArgs