tags:

views:

18

answers:

1

Hi, I have Mail server and i want to connect to it using pop3 and i did that and i read mails but what i need is to copy some msgs to another folder (i couldn't create folder and copy msgs for it ) here some components sample i use "Higuchi.Mail.dll", "OpenPOP.dll" i hope if some one could help me. thanks

A: 

There is no 'folder' conception in POP3. The real folders are reachable through IMAP. If you really need this kind of implementation then you can taste MailBee.NET IMAP Component. The component can do everything the POP3 component does, and much more: download and manage folders, search, flag, upload, move, copy messages, download message envelopes or any specific parts or attributes of messages, etc.

Webmail can work with both POP3 and folders but folders exist only in the webmail space.

AfterLogic