Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.modules.email.interfaces.ISMTPConfiguration Interface Reference
+ Inheritance diagram for com.mendix.modules.email.interfaces.ISMTPConfiguration:

List of all members.

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)

Member Function Documentation

String com.mendix.modules.email.interfaces.ISMTPConfiguration.getFromAddress ( )
Returns:
the from address

Implemented in com.mendix.modules.email.SMTPConfiguration.

String com.mendix.modules.email.interfaces.ISMTPConfiguration.getReplyToAddress ( )
Returns:
the reply-to address

Implemented in com.mendix.modules.email.SMTPConfiguration.

String com.mendix.modules.email.interfaces.ISMTPConfiguration.getSMTPHost ( )
Returns:
the SMTPHost

Implemented in com.mendix.modules.email.SMTPConfiguration.

int com.mendix.modules.email.interfaces.ISMTPConfiguration.getSMTPPort ( )
Returns:
the SMTPPort

Implemented in com.mendix.modules.email.SMTPConfiguration.

String com.mendix.modules.email.interfaces.ISMTPConfiguration.getUserName ( )
Returns:
the userName

Implemented in com.mendix.modules.email.SMTPConfiguration.

String com.mendix.modules.email.interfaces.ISMTPConfiguration.getUserPass ( )
Returns:
the userPass

Implemented in com.mendix.modules.email.SMTPConfiguration.

void com.mendix.modules.email.interfaces.ISMTPConfiguration.setFromAddress ( String  fromAddress)
Parameters:
fromAddressThe 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)
Parameters:
replyToAddressthe 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)
Parameters:
hostthe sMTPHost to set

Implemented in com.mendix.modules.email.SMTPConfiguration.

void com.mendix.modules.email.interfaces.ISMTPConfiguration.setSMTPPort ( int  port)
Parameters:
portthe SMTPPort to set

Implemented in com.mendix.modules.email.SMTPConfiguration.

void com.mendix.modules.email.interfaces.ISMTPConfiguration.setUserName ( String  userName)
Parameters:
userNamethe userName to set

Implemented in com.mendix.modules.email.SMTPConfiguration.

void com.mendix.modules.email.interfaces.ISMTPConfiguration.setUserPass ( String  userPass)
Parameters:
userPassthe userPass to set

Implemented in com.mendix.modules.email.SMTPConfiguration.

void com.mendix.modules.email.interfaces.ISMTPConfiguration.setUseSSLSMTP ( boolean  useSSLSMTP)
Parameters:
useSSLSMTPthe useSSLSMTP to set

Implemented in com.mendix.modules.email.SMTPConfiguration.

boolean com.mendix.modules.email.interfaces.ISMTPConfiguration.useSSLSMTP ( )
Returns:
the useSSLSMTP

Implemented in com.mendix.modules.email.SMTPConfiguration.


The documentation for this interface was generated from the following file: