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
Aa494056.pubproperty(en-us,EXCHG.80).gif 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.
Aa494056.pubproperty(en-us,EXCHG.80).gif 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.
Aa494056.pubproperty(en-us,EXCHG.80).gif 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.
Aa494056.pubproperty(en-us,EXCHG.80).gif 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.
Aa494056.pubproperty(en-us,EXCHG.80).gif 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.
Aa494056.pubproperty(en-us,EXCHG.80).gif 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
Aa494056.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa494056.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa494056.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa494056.pubmethod(en-us,EXCHG.80).gifAa494056.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa494056.pubmethod(en-us,EXCHG.80).gif 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.
Aa494056.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa494056.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa494056.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top