Author |
|
fgrandazzo Newbie
Joined: 04 February 2014 Location: Italy
Online Status: Offline Posts: 1
|
Posted: 04 February 2014 at 12:26pm | IP Logged
|
|
|
Hi
i'm evaluating ypur product and i need to know how can i get this result:
i have to construct my simple win form email agent and want to connect to my email account via imap.
I'll store in my db the downloaded mails with the message-id as unique identifier.
How can i search for new mails if at certain moment i've opened my mail from browser? . I.E. When i open my mail from the web, for example, and i read sone new message, the message flags change.
Now i reopen my win form agent. how can i retrieve only the messages i do not have in the database? there is a simple filter to do this? or it is necessary dowload the full message list and compare it with the list of messages stored in the db?
Thanks
Francesco
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 February 2014 at 1:41am | IP Logged
|
|
|
Honestly, I fail to understand how this is related to WebMail Lite at all. If you need to access mails over IMAP, we'd suggest to use our MailBee.NET Objects product bundle instead. It fully supports IMAP search, which also allows for getting full list of message UIDs which in turn would allow you to match current list of mails with those stored in your database.
Note that this is a community forum. If you'd like to get assistance regarding our commercial products from AfterLogic team directly, please use our HelpDesk instead.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|