EwsSearchParameter.NotCategory Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
NotCategory(String)
Messages without the specified category set.
Declaration
public static EwsSearchParameter NotCategory(string category)
Parameters
Type | Name | Description |
---|---|---|
String | category | String to exclude in search. Cannot be empty. |
Returns
Type | Description |
---|---|
Ews |
A search parameter. |