SmtpReceiveAgentFactory class
The SmtpReceiveAgentFactory class produces instances of the SmtpReceiveAgent class that are used to extend Simple Mail Transfer Protocol (SMTP) transport behavior.
Inheritance hierarchy
System.Object
Microsoft.Exchange.Data.Transport.AgentFactory
Microsoft.Exchange.Data.Transport.Smtp.SmtpReceiveAgentFactory
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustInherit Class SmtpReceiveAgentFactory _
Inherits AgentFactory
'Usage
Dim instance As SmtpReceiveAgentFactory
public abstract class SmtpReceiveAgentFactory : AgentFactory
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.