EmailConnection
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class EmailConnection
Represents the email connection information.
| Method | Description |
|---|---|
| getUserName() | Gets the user name. |
| getPassword() | Gets the password. |
public String getUserName()
Gets the user name.
Returns: java.lang.String - A string value that represents the user name.
public String getPassword()
Gets the password.
Returns: java.lang.String - A string value that represents the password.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.