SmtpServer members

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

The SmtpServer type exposes the following members.

Properties

  Name Description
Public property AcceptedDomains When overridden in a derived class, the AcceptedDomains property gets an instance of the AcceptedDomainCollection class that represents the list of domains for which this Simple Mail Transfer Protocol (SMTP) server accepts mail.
Public property AddressBook When overriden in a derived class, the AddressBook property gets an instance of the AddressBook class that represents the address book for this Simple Mail Transfer Protocol (SMTP) server.
Public property IPPermission When overridden in a derived class, the IPPermission property gets an instance of the IPPermission class that represents the Internet Protocol (IP) allow/deny list for this Simple Mail Transfer Protocol (SMTP) server.
Public property Name When overridden in a derived class, the Name property gets the fully qualified domain name (FQDN) for this Simple Mail Transfer Protocol (SMTP) server.
Public property RemoteDomains When overridden in a derived class, the RemoteDomains property gets an instance of the RemoteDomainCollection class that represents the list of remote domains, as configured by the administrator, for this Simple Mail Transfer Protocol (SMTP) server.
Public property Version When overridden in a derived class, the Version property gets an instance of the System.Version class that represents the version of this Simple Mail Transfer Protocol (SMTP) server.

Top

Methods

  Name Description
Public method SubmitMessage When overridden in a derived class, the SubmitMessage method submits an e-mail message for delivery by this Simple Mail Transfer Protocol (SMTP) server.

Top

See also

Reference

SmtpServer class

Microsoft.Exchange.Data.Transport namespace