Hi everybody,
I needed to get all unread mails from Outlook and save them into a collection.( So that i can process each email separately, in loop)
I m using MapiEX, but there is only possibility to get a single mail (Newest or Oldest).
Alternatively could use the POP3/SMTP object, but i would like to know if with MapiEX this situation were possible to realize.
With MapiEX i could get a single mail, move it in an other folder and subsequently get the next mail and repeat the loop.
Finally all the mail could to move in the Arrive Folder.
According to this I am assuming these operation requires a lot of execution time and process needs to be run again and again, right?
Request you to please guide