![]() |
Mendix Runtime
Documentation for the Mendix Runtime Environment API
|
Inheritance diagram for com.mendix.modules.email.interfaces.ISMTPConfiguration:Public Member Functions | |
| boolean | useSSLSMTP () |
| void | setUseSSLSMTP (boolean useSSLSMTP) |
| int | getSMTPPort () |
| void | setSMTPPort (int port) |
| String | getSMTPHost () |
| void | setSMTPHost (String host) |
| String | getUserName () |
| void | setUserName (String userName) |
| String | getUserPass () |
| void | setUserPass (String userPass) |
| String | getFromAddress () |
| void | setFromAddress (String fromAddress) |
| String | getReplyToAddress () |
| void | setReplyToAddress (String replyToAddress) |
| String com.mendix.modules.email.interfaces.ISMTPConfiguration.getFromAddress | ( | ) |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| String com.mendix.modules.email.interfaces.ISMTPConfiguration.getReplyToAddress | ( | ) |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| String com.mendix.modules.email.interfaces.ISMTPConfiguration.getSMTPHost | ( | ) |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| int com.mendix.modules.email.interfaces.ISMTPConfiguration.getSMTPPort | ( | ) |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| String com.mendix.modules.email.interfaces.ISMTPConfiguration.getUserName | ( | ) |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| String com.mendix.modules.email.interfaces.ISMTPConfiguration.getUserPass | ( | ) |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| void com.mendix.modules.email.interfaces.ISMTPConfiguration.setFromAddress | ( | String | fromAddress | ) |
| fromAddress | The address from which the mail will be sent |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| void com.mendix.modules.email.interfaces.ISMTPConfiguration.setReplyToAddress | ( | String | replyToAddress | ) |
| replyToAddress | the address which will be set as reply-to address (if not left empty) |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| void com.mendix.modules.email.interfaces.ISMTPConfiguration.setSMTPHost | ( | String | host | ) |
| host | the sMTPHost to set |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| void com.mendix.modules.email.interfaces.ISMTPConfiguration.setSMTPPort | ( | int | port | ) |
| port | the SMTPPort to set |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| void com.mendix.modules.email.interfaces.ISMTPConfiguration.setUserName | ( | String | userName | ) |
| userName | the userName to set |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| void com.mendix.modules.email.interfaces.ISMTPConfiguration.setUserPass | ( | String | userPass | ) |
| userPass | the userPass to set |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| void com.mendix.modules.email.interfaces.ISMTPConfiguration.setUseSSLSMTP | ( | boolean | useSSLSMTP | ) |
| useSSLSMTP | the useSSLSMTP to set |
Implemented in com.mendix.modules.email.SMTPConfiguration.
| boolean com.mendix.modules.email.interfaces.ISMTPConfiguration.useSSLSMTP | ( | ) |
Implemented in com.mendix.modules.email.SMTPConfiguration.