EmailPopConnection
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.parser.options.EmailConnection
public final class EmailPopConnection extends EmailConnection
Represents the email connection information for POP protocol.
| Constructor | Description |
|---|---|
| EmailPopConnection(String host, int port, String userName, String password) | Initializes a new instance of the EmailPopConnection class. |
public EmailPopConnection(String host, int port, String userName, String password)
Initializes a new instance of the EmailPopConnection class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| host | java.lang.String | The host name. |
| port | int | The port number. |
| userName | java.lang.String | The user name. |
| password | java.lang.String | The password. |
public String getHost()
Gets the host name.
Returns: java.lang.String - A string value that represents the host name.
public int getPort()
Gets the port number.
Returns: int - An integer value that represents the port number.
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.