Restrict Method - Find only blank fields - VBA
Is there anyway to search only for blank fields using restrict method in VBA
Outlook.
Ex: Find all MailingAddressCountry field which are blank -
itms.Restrict ([MailingAddressCountry] = empty/blank)
Thanks
|