Very interesting class and it shows almost what I need. My problem is that I wish to import and move ONLY the currently selected e-mail in Outlook and not all of them. I figure a simple change to the line "For Each oMailItem In oInbox.Items" would do the trick but I don't know how. Can I simply change the word "Each" to "Selected"?
Reply from Alex Hedley:
I'll need to look at the code.
For Each is a keyword used in the loop, it's the oInbox.Items that would need to be checked for first.
Do While True count = count + 1
If count = 10 Then Exit Do End If Loop
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.