EwsSearchParameter.FullText Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
FullText(String)
Messages that contain the specified string in its Body, Subject, From, To, Category, CC, Bcc or Sender.
Declaration
public static EwsSearchParameter FullText(string substring)
Parameters
| Type | Name | Description |
|---|---|---|
| String | substring | String to search for. Cannot be empty. |
Returns
| Type | Description |
|---|---|
| EwsSearchParameter | A search parameter. |