Is Pop Connected

Checks to see if the Pop3Account is connected.
Click the Click for Options link to bring up the Options dialog.

Account – the Pop3Account being used.
Result – returns true if connected, false if it is not.
Set Socks Connection

Sets a Socks proxy connection for the Pop3 account.
Click the Click for Options link to bring up the Options dialog.

Account – the Pop3Account being used.
Host – the domain for the proxy.
Username – the username for authentication.
Password – the password for authentication.
Port – the proxy port. Defaults at 1080.
Version – the version of Socks. (No Socks Proxy, SOCKS4, SOCKS5).
Delete Emails

Deletes a collection of emails from the Pop3 account.
Click the Click for Options link to bring up the Options dialog.

Account – the Pop3Account being used.
Messages – all the emails in the EmailCollection to be deleted.
Delete Email

Deletes a email from the Pop account.
Click the Click for Options link to bring up the Options dialog.

Account – the Pop3Account being used.
Message – the EmailMessage to delete.
Result – returns a true if deletion was successful, false if it was not.
Get All Emails by Date

Returns a collection of emails recieved on a date.
Click the Click for Options link to bring up the Options dialog.

Account – the Pop3Account being used.
Date Recieved – a date the emails where received.
Result – returns a collection of emails received on the date specificed grouped in a EmailCollection.
Get All Emails

Returns a collection of all emails on the Pop account.
Click the Click for Options link to bring up the Options dialog.

Account – the Pop3Account being used.
Result – returns all emails in a EmailCollection.
Get Email Count

Returns the number of emails on the Pop server.
Click the Click for Options link to bring up the Options dialog.

Account – the Pop3Account being used.
Result – returns the number of emails on the account.
New Pop Connection

Returns a new Pop3 connection.
Click the Click for Options link to bring up the Options dialog.

Host – the Pop3 server domain.
Username – the username for authentication.
Password – the password for authentication.
Result – returns a Pop3Account.