C# Class DBPOLLDemo.Controllers.EmailController

Inheritance: Controller
Afficher le fichier Open project: Marknel/dbPOLL Class Usage Examples

Méthodes publiques

Méthode Description
EmailController ( String pollname, String destAddress ) : System
EmailController ( string username, string password, string destAddress ) : System

Constructor for EmailController Object.

send ( ) : string
send1 ( ) : string

Private Methods

Méthode Description
buildBody ( ) : void
buildBody1 ( String pollname ) : void

Method Details

EmailController() public méthode

public EmailController ( String pollname, String destAddress ) : System
pollname String
destAddress String
Résultat System

EmailController() public méthode

Constructor for EmailController Object.
public EmailController ( string username, string password, string destAddress ) : System
username string Username of user
password string Password of user
destAddress string Email address of user
Résultat System

send() public méthode

public send ( ) : string
Résultat string

send1() public méthode

public send1 ( ) : string
Résultat string