PDA

View Full Version : Marking Messages in Inbox as read


JHaynes
12-10-2007, 11:10 AM
Quick question regarding the SmarterMail interface. Of course, you can see messages in your inbox as read/unread. I have figured out how to recieve messages through a POP3 client. However, I'm wondering if the whole Inbox, read/unread functionallity is handled through the mail application itself (ie, SmarterMail, Outlook).

I just want to app to mark a message as unread when it parses through the email.

Are there APIs for SmarterMail? Or will I have to configure Outlook to use SmarterMail and then use the APIs for Outlook to perform the tasks?

Thanks,
Joshua Haynes

bruce
12-11-2007, 06:51 AM
The SmarterMail API pretty much deals with email system configuration (add users/ alias, etc.) rather than email manipulation.

To do what you want, you can use a POP3 or IMAP component to connect to the mailbox directly.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)