I have some code that operates on a MailItem to do clever stuff (extracting information and sticking it directly into my database)
I drive it from a form that has buttons. Currently my mailitem is set as exploror.selection(1)
What I now want to do is provide a NEXT>> and <<PREV button in a similar way to the way Access would work to get records, but , instead, navigating mailitems in the explorer.
I simply cannot get my head around the fact that explorer.selection is a read-only field. How does one programatically modify what items are selected in an exporer window or am I simply trying to do the wrong thing. I supose I could fudge it and simply operate on the whole folder but I'm not enthusiastic.
Thanks in advance for any light that you can shed on this