ResolvedMessageEventSource Class

The ResolvedMessageEventSource class provides data for the OnResolvedMessage event.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.Transport.Routing.QueuedMessageEventSource
    Microsoft.Exchange.Data.Transport.Routing.ResolvedMessageEventSource

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

Syntax

'Declaration
Public MustInherit Class ResolvedMessageEventSource _
    Inherits QueuedMessageEventSource
'Usage
Dim instance As ResolvedMessageEventSource
public abstract class ResolvedMessageEventSource : QueuedMessageEventSource

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.