# Pop3

> Service that can retrieve POP3 email messages from the specified server.

Service that can retrieve POP3 email messages from the specified server.

## Methods

| Name | Description |
| --- | --- |
| GetMessages() | Inherited from [IMailReceiverService](https://docs.uipath.com/activities/other/latest/productivity/uipath-mail-activities-api-imailreceiverservice). |
| GetMessages(GetMailOptions) | Inherited from [IMailReceiverService](https://docs.uipath.com/activities/other/latest/productivity/uipath-mail-activities-api-imailreceiverservice). |
| GetMessagesAsync(CancellationToken) | Inherited from [IMailReceiverService](https://docs.uipath.com/activities/other/latest/productivity/uipath-mail-activities-api-imailreceiverservice). |
| [GetMessages](https://docs.uipath.com/activities/other/latest/productivity/uipath-mail-activities-api-ipop3mailservice-getmessages)(GetPop3MailOptions) | Retrieves POP3 email messages with properties configured using the `GetPop3MailOptions` object. |
| GetMessagesAsync(GetMailOptions, CancellationToken) | Inherited from [IMailReceiverService](https://docs.uipath.com/activities/other/latest/productivity/uipath-mail-activities-api-imailreceiverservice). |
| [GetMessagesAsync](https://docs.uipath.com/activities/other/latest/productivity/uipath-mail-activities-api-ipop3mailservice-getmessagesasync)(GetPop3MailOptions, CancellationToken) | Retrieves POP3 mail messages asynchronously with properties configured using the `GetPop3MailOptions` object. |
