Author |
|
hamipers Newbie
Joined: 06 March 2008 Location: United States
Online Status: Offline Posts: 11
|
Posted: 06 March 2008 at 11:03pm | IP Logged
|
|
|
Hello,
I'm using C#.NET 2.0 to create a web-based interface for my email server. I would like to know how I could retrieve emails in different folders. What is the API to retrieve emails in different folders. I didn't see any such method in the pop3 class. Any help will be appreciated highly.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 07 March 2008 at 12:03am | IP Logged
|
|
|
POP3 protocol provides access to Inbox folder only, it doesn't allow accessing other folders.
To access different folders, you should use IMAP protocol and MailBee.NET IMAP Component would be helpful to you. Imap.SelectFolder method allows changing current IMAP folder.
Best regards,
Andrew
|
Back to Top |
|
|