SmtpServer class

The SmtpServer class is the base class for classes that represent a Simple Mail Transfer Protocol (SMTP) server.

Inheritance hierarchy

System.Object
  Microsoft.Exchange.Data.Transport.SmtpServer

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

Syntax

'Declaration
Public MustInherit Class SmtpServer
'Usage
Dim instance As SmtpServer
public abstract class SmtpServer

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.

See also

Reference

SmtpServer members

Microsoft.Exchange.Data.Transport namespace