I am trying to restrict contactitems based on an EmailAddress. I know
EmailAddress1, etc are blocked and I have to show the security warning or use redemption, etc.
Should my restrict be failing at all because of the block or does anyone have an idea why a simple restrict returns nothing
Example VSTO code:
string filter = "[Email1Address] = 'me@MyCompany.com'";
Outlook.Items items =
this.Session.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderContacts).Items.Restrict(filter);

Restrict on Blocked properties in Outlook?
dshirah
Peggi Goodwin
Hi
May i know how can i block a particular address from sending mail to my mailbox in microsoft outlook
Tri