S
Scott Corrigall
I've written a macro that prints all email in a chosen folder to a
single word document but it always prints it sorted by the message's
subject. Is it possible to sort it by the SentOn field in the messages? I
tried this:
SourceFolder.Items.Sort "SentOn", False
but it doesn't work. SourceFolder (an Outlook.MAPIFolder) and its items are
all accessible and work fine. It's only the sort that fails.
Can I sort by the SentOn field?
Scott
single word document but it always prints it sorted by the message's
subject. Is it possible to sort it by the SentOn field in the messages? I
tried this:
SourceFolder.Items.Sort "SentOn", False
but it doesn't work. SourceFolder (an Outlook.MAPIFolder) and its items are
all accessible and work fine. It's only the sort that fails.
Can I sort by the SentOn field?
Scott