SmtpReceiveAgent Class
The SmtpReceiveAgent class is the base class for agent classes that use Simple Mail Transfer Protocol (SMTP) receive events.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public MustInherit Class SmtpReceiveAgent
Inherits Agent
public abstract class SmtpReceiveAgent : Agent
public ref class SmtpReceiveAgent abstract : public Agent
public abstract class SmtpReceiveAgent extends Agent
public abstract class SmtpReceiveAgent extends Agent
Remarks
Warning
Transport agents have full access to all e-mail messages that they encounter. Exchange puts no restrictions on a transport agent's behavior. Transport agents that are unstable or contain security flaws may affect the stability and security of Exchange. Therefore, you must only install transport agents that you fully trust and that have been fully tested in a test environment.
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Data.Transport.Agent
Microsoft.Exchange.Data.Transport.Smtp.SmtpReceiveAgent
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003