EmailConnection
Inheritance: java.lang.Object
public abstract class EmailConnection
Represents the email connection information.
Methods
| Method | Description | 
|---|---|
| getUserName() | Gets the user name. | 
| getPassword() | Gets the password. | 
getUserName()
public String getUserName()
Gets the user name.
Returns: java.lang.String - A string value that represents the user name.
getPassword()
public String getPassword()
Gets the password.
Returns: java.lang.String - A string value that represents the password.