V
vortex2k4
I am trying to sort the messages in my inbox before working with them
in VBA.
I am using objInbox.Items.Sort "[Subject]"
No errors occur but when using objInbox.Items.Item(1).Display i still
get the first item sorted by time received rather than subject.
Any ideas?
in VBA.
I am using objInbox.Items.Sort "[Subject]"
No errors occur but when using objInbox.Items.Item(1).Display i still
get the first item sorted by time received rather than subject.
Any ideas?