C# Class DBPOLLDemo.Controllers.EmailController

Inheritance: Controller
ファイルを表示 Open project: Marknel/dbPOLL Class Usage Examples

Public Methods

Method 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

Method Description
buildBody ( ) : void
buildBody1 ( String pollname ) : void

Method Details

EmailController() public method

public EmailController ( String pollname, String destAddress ) : System
pollname String
destAddress String
return System

EmailController() public method

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
return System

send() public method

public send ( ) : string
return string

send1() public method

public send1 ( ) : string
return string