ImapSearchParameter.FullText Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
FullText(String)
Messages that contain the specified string in its headers or body.
Declaration
public static ImapSearchParameter FullText(string queryTerm)
Parameters
| Type | Name | Description |
|---|---|---|
| String | queryTerm | String to search for. Cannot be empty. |
Returns
| Type | Description |
|---|---|
| ImapSearchParameter | A search parameter. |