R
Rey
Howdy all.
Have short VBScript that creates an Outlook obj and looks for a mail
item with a specific subject line.
Was wondering how to obtain the user's current inbox sort order so I
can change it to descending to ensure the most recent email w/desired
subject is the first mail item found and then return it to the user's
previous selection.
I can set the sort below but have not yet found how to obtain the
current sort order...
' set sort order of inbox
olInBox.Items.Sort "Received", True
Appreciate your suggestions/comments.
Thank you,
Rey
Have short VBScript that creates an Outlook obj and looks for a mail
item with a specific subject line.
Was wondering how to obtain the user's current inbox sort order so I
can change it to descending to ensure the most recent email w/desired
subject is the first mail item found and then return it to the user's
previous selection.
I can set the sort below but have not yet found how to obtain the
current sort order...
' set sort order of inbox
olInBox.Items.Sort "Received", True
Appreciate your suggestions/comments.
Thank you,
Rey