Метод | Описание | |
---|---|---|
EmailController ( String pollname, String destAddress ) : System | ||
EmailController ( string username, string password, string destAddress ) : System |
Constructor for EmailController Object.
|
|
send ( ) : string | ||
send1 ( ) : string |
Метод | Описание | |
---|---|---|
buildBody ( ) : void | ||
buildBody1 ( String pollname ) : void |
public EmailController ( String pollname, String destAddress ) : System | ||
pollname | String | |
destAddress | String | |
Результат | System |
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 |
Результат | System |