SmtpServer Members
The SmtpServer class is the base class for classes that represent a Simple Mail Transfer Protocol (SMTP) server.
The following tables list the members exposed by the SmtpServer type.
Public Properties
Name | Description | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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. | |
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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
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. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top