Messages that do not contain the specified string in its From field.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic | 
|---|
Public Shared Function NotFrom ( _ address As String _ ) As EwsSearchParameter  | 
| C# | 
|---|
public static EwsSearchParameter NotFrom( string address )  | 
Parameters
- address
 - Type: System..::..String
String to search for. Cannot be empty.