Simple Mail and Post Office Protocol for .Net (SmtPop)

SMTPClient Members

SMTPClient overview

Public Instance Constructors

SMTPClient Overloaded. Initializes a new instance of the SMTPClient class.

Public Instance Properties

Host The m_host name or IP of the SMTP server
Port The SMTP server connection m_port
ReceiveTimeout The timeout for receiving data from server
SendTimeout The timeout to sending data to the server

Public Instance Methods

Close Close the connection with the server
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Open Opens the connection with the server
SendMailOverloaded. Sends an e-mail message
ToString (inherited from Object) 

See Also

SMTPClient Class | SmtPop Namespace