Is there any way to leave the email on the server when we get subject and attachments?
I would like to get E-Mail specially attachments and leave the email in the mail server.
wodPop3 by default does not delete messages at all, so they should be on the server. However, most servers mark them as 'read' when you download them, and sometimes they move it to other folder in that case.
If you want message to be intact, perhaps you could use GetLines method instead of Get, in which case server doesn't see message as downloaded.
I need to get the email attachment multiple time on different computers.
A computer emails a file and multiple computers/Clients will get the file.
When first computer issue 'get' command to get attachment. 'getallheader' command finds no more email.
How can we get attachment from multiple computers?
hi. I assume you're referring to connecting to GMAIL, correct? From Pop3 protocol perspective, you can access emails using Pop3 without deleting them without problems. How it is solved on gmail, I cannot say, I suggest you check out Pop3 settings in gmail and define there not to delete emails when they are retrieved using Pop3.