D
Dan
Hi,
I'm trying to time the sorting of the inbox on various fields like this:
Set colItems = objFolderInbox.Items
MyStartTime = Now
colItems.Sort "From"
TimeToSortInbox = DateDiff("s",MystartTime,Now)
Unfortunately this is not an accurate reflection of sorting through the GUI.
Is it possible to actually get the user interface to sort through code?
Thanks,
Dan
I'm trying to time the sorting of the inbox on various fields like this:
Set colItems = objFolderInbox.Items
MyStartTime = Now
colItems.Sort "From"
TimeToSortInbox = DateDiff("s",MystartTime,Now)
Unfortunately this is not an accurate reflection of sorting through the GUI.
Is it possible to actually get the user interface to sort through code?
Thanks,
Dan