QueuedMessageEventArgs Class

The QueuedMessageEventArgs class provides data for the Microsoft.Exchange.Data.Transport events.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Exchange.Data.Transport.Routing.QueuedMessageEventArgs

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

Syntax

'Declaration
Public MustInherit Class QueuedMessageEventArgs _
    Inherits EventArgs
'Usage
Dim instance As QueuedMessageEventArgs
public abstract class QueuedMessageEventArgs : 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.