G
Guest
Please somebody help me to find last UnRead mail with text like "Test*" in
Subject and select it. I Found last UnRead mail by
Set objMail =
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Items.Find("([UnRead] = True)")
but could not do anything else. As I see "Like" operator there is not
functioning.
And after finding this massage, how to select it in ActiveExplorer.
Subject and select it. I Found last UnRead mail by
Set objMail =
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Items.Find("([UnRead] = True)")
but could not do anything else. As I see "Like" operator there is not
functioning.
And after finding this massage, how to select it in ActiveExplorer.