ReceiveCommandEventArgs class

Classes that derive from the ReceiveCommandEventArgs class provide data for the Microsoft.Exchange.Data.Transport.Smtp event.

Inheritance hierarchy

System.Object
  System.EventArgs
    Microsoft.Exchange.Data.Transport.Smtp.ReceiveEventArgs
      Microsoft.Exchange.Data.Transport.Smtp.ReceiveCommandEventArgs
        

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

Syntax

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

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

ReceiveCommandEventArgs members

Microsoft.Exchange.Data.Transport.Smtp namespace

Inheritance hierarchy

System.Object
  System.EventArgs
    Microsoft.Exchange.Data.Transport.Smtp.ReceiveEventArgs
      Microsoft.Exchange.Data.Transport.Smtp.ReceiveCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.AuthCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.DataCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.EhloCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.HeloCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.HelpCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.MailCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.NoopCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.RcptCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.RsetCommandEventArgs
        Microsoft.Exchange.Data.Transport.Smtp.StartTlsCommandEventArgs