M
Macko
1. I want to search specified emails with my conditions inside INBOX an
than DISPLAY the results in INBOX. It should work just like clicking o
the Find button in outlook toolbar. Only emails which fit quer
conditions are displayed.
2. I don't know how to filter emails in INBOX by sender e-mail
I want to write the code in VBA however without using AdvancedSearc
which is specified only for Outlook 2002. I know about Restrict an
Find methods, but i don't know how to access sender email with thes
methods. MailItem doesn't have [Sender email] or something like thi
property. There is only his displayed name. I think the only way t
solve my problem is to iterate through all emails and chec
MailItem.Reply object to acces sender email.
Thanks for any suggestions,
Macie
than DISPLAY the results in INBOX. It should work just like clicking o
the Find button in outlook toolbar. Only emails which fit quer
conditions are displayed.
2. I don't know how to filter emails in INBOX by sender e-mail
I want to write the code in VBA however without using AdvancedSearc
which is specified only for Outlook 2002. I know about Restrict an
Find methods, but i don't know how to access sender email with thes
methods. MailItem doesn't have [Sender email] or something like thi
property. There is only his displayed name. I think the only way t
solve my problem is to iterate through all emails and chec
MailItem.Reply object to acces sender email.
Thanks for any suggestions,
Macie