EmailImapConnection
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.parser.options.EmailConnection
public final class EmailImapConnection extends EmailConnection
Represents the email connection information for IMAP protocol.
| Constructor | Description |
|---|---|
| EmailImapConnection(String host, int port, String userName, String password) | Initializes a new instance of the EmailImapConnection class. |
public EmailImapConnection(String host, int port, String userName, String password)
Initializes a new instance of the EmailImapConnection 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.