EwsSearchParameter.NotFrom Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
NotFrom(String)
Messages that do not contain the specified string in its From field.
Declaration
public static EwsSearchParameter NotFrom(string address)
Parameters
Type | Name | Description |
---|---|---|
String | address | String to search for. Cannot be empty. |
Returns
Type | Description |
---|---|
Ews |
A search parameter. |