GetPOPMessage
Gets the message specified by ID from a POP server.
Input
| Name | Type | Description |
| ID | String | The ID of the message to retrieve from the POP server. |
Output
| Name | Type | Description |
| Headers | String | The headers of the message retrieved. |
| Message | String | The body of the email. |
| FromEmail | String | The email address of the sender. |
| FromName | String | The name of the sender. |
| To | String | The main recipient(s) of the email. |
| CC | String | The CC recipients of the email. |
| ReplyTo | String | The value of the Reply-To header of the last retrieved message. |
| Subject | String | The subject of the email. |
| Date | String | The date of the email. |
| Size | String | The size, in bytes, of the current message. |
| UID | String | The unique ID of the message as specified by the server. |