Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ReceiveMessageEventSource class is the base class for classes passed to the Microsoft.Exchange.Data.Transport.Smtp receive events.
Inheritance hierarchy
System.Object
Microsoft.Exchange.Data.Transport.Smtp.ReceiveEventSource
Microsoft.Exchange.Data.Transport.Smtp.ReceiveMessageEventSource
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustInherit Class ReceiveMessageEventSource _
Inherits ReceiveEventSource
'Usage
Dim instance As ReceiveMessageEventSource
public abstract class ReceiveMessageEventSource : ReceiveEventSource
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.