ReceiveEventArgs class

Classes that derive from the ReceiveEventArgs class provide data for the Microsoft.Exchange.Data.Transport.Smtp events.

Inheritance hierarchy

System.Object
  System.EventArgs
    Microsoft.Exchange.Data.Transport.Smtp.ReceiveEventArgs
      Microsoft.Exchange.Data.Transport.Smtp.ConnectEventArgs
      Microsoft.Exchange.Data.Transport.Smtp.DisconnectEventArgs
      Microsoft.Exchange.Data.Transport.Smtp.EndOfAuthenticationEventArgs
      Microsoft.Exchange.Data.Transport.Smtp.EndOfDataEventArgs
      Microsoft.Exchange.Data.Transport.Smtp.EndOfHeadersEventArgs
      Microsoft.Exchange.Data.Transport.Smtp.ReceiveCommandEventArgs
      Microsoft.Exchange.Data.Transport.Smtp.RejectEventArgs

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustInherit Class ReceiveEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ReceiveEventArgs
public abstract class ReceiveEventArgs : EventArgs

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ReceiveEventArgs members

Microsoft.Exchange.Data.Transport.Smtp namespace