C# Class LumiSoft.Net.SMTP.Client.SMTP_Client

This class implements SMTP client. Defined in RFC 5321.
Inheritance: LumiSoft.Net.TCP.TCP_Client
Afficher le fichier Open project: jeske/StepsDB-alpha Class Usage Examples

Méthodes publiques

Méthode Description
SMTP_Client ( ) : System

Default constructor.

SMTP_Client ( Control ownerUI ) : System

Use this constructor if you use this component on UI component. NOTE: Events are invoked on UI Thread.

Method Details

SMTP_Client() public méthode

Default constructor.
public SMTP_Client ( ) : System
Résultat System

SMTP_Client() public méthode

Use this constructor if you use this component on UI component. NOTE: Events are invoked on UI Thread.
public SMTP_Client ( Control ownerUI ) : System
ownerUI Control
Résultat System