C# Class Papercut.Smtp.SmtpClient

The smtp client.
Inheritance: System.Net.Sockets.TcpClient
Afficher le fichier Open project: seif/papercut-web Class Usage Examples

Méthodes publiques

Méthode Description
Send ( ) : void

The send.

SmtpClient ( SmtpSession session ) : System.Net.Mail

Initializes a new instance of the SmtpClient class.

Private Methods

Méthode Description
Response ( ) : string

The response.

Write ( string format ) : void

The write.

Method Details

Send() public méthode

The send.
///
public Send ( ) : void
Résultat void

SmtpClient() public méthode

Initializes a new instance of the SmtpClient class.
public SmtpClient ( SmtpSession session ) : System.Net.Mail
session SmtpSession /// The session. ///
Résultat System.Net.Mail